Share via


Matrix3DHelper.GetHasInverse(Matrix3D) Méthode

Définition

Retourne si le Matrix3D fourni est inversible. C# et Microsoft Visual Basic code doivent utiliser HasInverse à la place.

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

Paramètres

target
Matrix3D

Matrice 3D cible à évaluer.

Retours

Boolean

bool

true si matrix3D a un inverse ; sinon, false.

S’applique à