Translation(Single,Single) Method
In This Topic
Creates a translation matrix using the specified offsets.
Syntax
'Declaration
Public Overloads Shared Function Translation( _
ByVal As System.Single, _
ByVal As System.Single _
) As Matrix3x2
public static Matrix3x2 Translation(
System.float ,
System.float
)
Parameters
- x
- X-coordinate offset.
- y
- Y-coordinate offset.
Return Value
The created translation matrix.
See Also