Matrix3x2.IsIdentity プロパティ

定義

現在の行列が単位行列かどうかを示します。

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

プロパティ値

現在の行列が単位行列である場合は true、それ以外の場合は false

適用対象