Quaternion.IsIdentity Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die aktuelle Instanz die Identitätsquaternion ist.

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

Eigenschaftswert

true, wenn die aktuelle Instanz die Identitätsquaternion ist, andernfalls false.

Gilt für:

Weitere Informationen