Quaternion.IsIdentity プロパティ

定義

指定された四元数が Identity 四元数であるかどうかを示す値を取得します。

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

プロパティ値

Boolean

四元数が Identity 四元数である場合は true。それ以外の場合は false

適用対象