Quaternion.IsIdentity 属性

定义

获取一个指示当前实例是否为 Identity 四元数的值。

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

属性值

如果当前实例是 Identity 四元数,则为 true;否则为 false

适用于

另请参阅