Matrix3DHelper.GetHasInverse(Matrix3D) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.