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