次の方法で共有


MatrixHelper.GetIsIdentity(Matrix) メソッド

定義

指定された MatrixID 変換を表すかどうかを返します。

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

適用対象