Compartir a través de


MatrixHelper.GetIsIdentity(Matrix) Método

Definición

Devuelve si la matriz proporcionada representa una transformación de identidad .

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

Parámetros

target
Matrix

Matriz de destino que se va a evaluar.

Devoluciones

Boolean

bool

true si la matriz representa una transformación de identidad ; de lo contrario, false.

Se aplica a