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

适用于