ComponentOne Bitmap for UWP
TranslationVector Property (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : TranslationVector Property
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

Reference

Matrix4x4 Structure
Matrix4x4 Members