Creates a translation matrix using the specified offsets.
'宣言
Public Overloads Shared Function Translation( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 Translation(
System.float ,
System.float ,
System.float
)
パラメータ
- x
- X-coordinate offset.
- y
- Y-coordinate offset.
- z
- Z-coordinate offset.
戻り値の型
The created translation matrix.