Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::Translation Property

Gets or sets the translation component of this matrix.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
property Vector3 Translation {
	Vector3 get ();
	void set (Vector3 value);
}

Property Value

Type: System.Numerics::Vector3
The translation component of the current instance.
Show:
© 2017 Microsoft