MatrixHelper.GetIsIdentity(Matrix) 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 la matrice fournie représente une transformation d’identité . Le code C# et Microsoft Visual Basic doivent utiliser IsIdentity à la place.
public:
static bool GetIsIdentity(Matrix target);
static bool GetIsIdentity(Matrix const& target);
public static bool GetIsIdentity(Matrix target);
function getIsIdentity(target)
Public Shared Function GetIsIdentity (target As Matrix) As Boolean
Paramètres
Retours
Boolean
bool
true si la matrice représente une transformation d’identité ; sinon, false.