Gets or Sets transform.Orientation

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Matrix Orientation { get; set; }
Visual Basic
Public Property Orientation As Matrix
	Get
	Set
Visual C++
public:
property Matrix Orientation {
	Matrix get ();
	void set (Matrix value);
}

See Also