Bearbeiten

Quaternion.IsIdentity Property

Definition

Gets a value that indicates whether the current instance is the 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 current instance is the identity quaternion; otherwise, false.

Applies to

See also