Quaternion.IsIdentity プロパティ

定義

現在のインスタンスが単位四元数かどうかを示す値を取得します。

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

プロパティ値

Boolean

現在のインスタンスが単位四元数である場合は true、それ以外の場合は false

適用対象

こちらもご覧ください