Matrix4x4.IsIdentity 属性

定义

指示当前矩阵是否为单位矩阵。

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

属性值

如果当前矩阵为单位矩阵,则为 true;否则为 false

适用于