次の方法で共有


MatrixHelper.GetIsIdentity(Matrix) メソッド

定義

指定された MatrixID 変換を表すかどうかを返します。 C# と Microsoft Visual Basic のコードでは、代わりに IsIdentity を 使用する必要があります。

public:
 static bool GetIsIdentity(Matrix target);
 static bool GetIsIdentity(Matrix const& target);
public static bool GetIsIdentity(Matrix target);
function getIsIdentity(target)
Public Shared Function GetIsIdentity (target As Matrix) As Boolean

パラメーター

target
Matrix

評価するターゲット マトリックス

戻り値

Boolean

bool

MatrixID 変換を表す場合は true。それ以外の場合は false

適用対象