Matrix3DHelper.GetIsIdentity(Matrix3D) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 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
パラメーター
戻り値
Boolean
bool
Matrix3D が ID 変換を表す場合は true。それ以外の場合は false。