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