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

Quaternion::Identity Property

Gets a quaternion that represents no rotation.

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

public:
static property Quaternion Identity {
	Quaternion get ();
}

Property Value

Type: System.Numerics::Quaternion
A quaternion whose values are (0, 0, 0, 1).
Show:
© 2017 Microsoft