ComponentOne Bitmap for UWP
TranslationRef(Matrix4x4,Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > TranslationRef Method : TranslationRef(Matrix4x4,Vector3) Method
When the method completes, contains the created translation matrix.
The amount to translate in each axis.
Creates a translation matrix from the specified 3-dimensional vector.
Syntax
'Declaration
 
Public Overloads Shared Sub TranslationRef( _
   ByRef result As Matrix4x4, _
   ByRef value As Vector3 _
) 
public static void TranslationRef( 
   out Matrix4x4 result,
   ref Vector3 value
)

Parameters

result
When the method completes, contains the created translation matrix.
value
The amount to translate in each axis.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List