Translation(Single,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, _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 Translation(
System.float ,
System.float ,
System.float
)
Parameters
- x
- X-coordinate offset.
- y
- Y-coordinate offset.
- z
- Z-coordinate offset.
Return Value
The created translation matrix.
See Also