MatrixHelper.GetIsIdentity(Matrix) Méthode

Définition

Retourne si la matrice fournie représente une transformation d’identité .

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

target
Matrix

Matrice cible à évaluer.

Retours

Boolean

bool

true si la matrice représente une transformation d’identité ; sinon, false.

S’applique à