次の方法で共有


Matrix3DHelper.GetIsIdentity(Matrix3D) メソッド

定義

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

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

パラメーター

target
Matrix3D

評価対象の Matrix3D

戻り値

Boolean

bool

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

適用対象