Share via


Matrix3DHelper.GetHasInverse(Matrix3D) メソッド

定義

指定された Matrix3D が反転可能かどうかを返します。 C# と Microsoft Visual Basic のコードでは、代わりに HasInverse を使用する必要があります。

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

パラメーター

target
Matrix3D

評価対象の Matrix3D

戻り値

Boolean

bool

Matrix3D に逆関数がある場合は true。それ以外の場合は false

適用対象