Quaternion::IsIdentity Property

Gets a value that indicates whether the current instance is the identity quaternion.

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

public:
property bool IsIdentity {
	bool get ();
}

Property Value

Type: System::Boolean
true if the current instance is the identity quaternion; otherwise, false.
Show: