TranslationRef(Matrix4x4,Vector3) Method
In This Topic
Creates a translation matrix from the specified 3-dimensional vector.
Syntax
'Declaration
Public Overloads Shared Sub TranslationRef( _
ByRef As Matrix4x4, _
ByRef As Vector3 _
)
public static void TranslationRef(
out Matrix4x4 ,
ref Vector3
)
Parameters
- result
- When the method completes, contains the created translation matrix.
- value
- The amount to translate in each axis.
See Also