Compartilhar via


MatrixHelper.GetIsIdentity(Matrix) Método

Definição

Retorna se a Matriz fornecida representa uma transformação de identidade .

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

A Matriz de destino a ser avaliada.

Retornos

Boolean

bool

true se a Matriz representar uma transformação de identidade ; caso contrário, false.

Aplica-se a