Share via


MatrixHelper.GetIsIdentity(Matrix) Metodo

Definizione

Restituisce un valore che indica se la matrice specificata rappresenta una trasformazione Identity .

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

Parametri

target
Matrix

Matrice di destinazione da valutare.

Restituisce

Boolean

bool

true se la matrice rappresenta una trasformazione Identity ; in caso contrario, false.

Si applica a