Matrix4x4.IsIdentity 属性
定义
指示当前矩阵是否为单位矩阵。Indicates whether the current matrix is the identity matrix.
public:
property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean
属性值
如果当前矩阵为单位矩阵,则为 true;否则为 false。true if the current matrix is the identity matrix; otherwise, false.