ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / TranslationVector Property

In This Topic
    TranslationVector Property (Matrix4x4)
    In This Topic
    Gets or sets the translation of the matrix; that is M41, M42, and M43.
    Syntax
    'Declaration
     
    Public Property TranslationVector As Vector3
    public Vector3 TranslationVector {get; set;}
    See Also