Quaternion.IsIdentity Property

Definition

Gets a value that indicates whether the specified quaternion is an Identity quaternion.

public:
 property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean

Property Value

true if the quaternion is the Identity quaternion, false otherwise.

Applies to