ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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.

In This Topic
    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 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