Partager via


Matrix3DHelper.GetHasInverse(Matrix3D) Méthode

Définition

Retourne si le Matrix3D fourni est inversible. C# et Le code Microsoft Visual Basic 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

Matrix3D cible à évaluer.

Retours

Boolean

bool

true si Matrix3D a une valeur inverse ; sinon, false.

S’applique à