ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Translation Method / Translation(Vector3) Method
The amount to translate in each axis.

In This Topic
    Translation(Vector3) Method
    In This Topic
    Creates a translation matrix using the specified offsets.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Translation( _
       ByVal value As Vector3 _
    ) As Matrix4x4
    public static Matrix4x4 Translation( 
       Vector3 value
    )

    Parameters

    value
    The amount to translate in each axis.

    Return Value

    The created translation matrix.
    See Also