TranslationRef(Matrix4x4,Single,Single,Single) Method
In This Topic
Creates a translation matrix using the specified offsets.
Syntax
'Declaration
Public Overloads Shared Sub TranslationRef( _
ByRef As Matrix4x4, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public static void TranslationRef(
out Matrix4x4 ,
System.float ,
System.float ,
System.float
)
Parameters
- result
- When the method completes, contains the created translation matrix.
- x
- X-coordinate offset.
- y
- Y-coordinate offset.
- z
- Z-coordinate offset.
See Also