Compartir a través de


Matrix3DHelper.GetIsIdentity(Matrix3D) Método

Definición

Devuelve si matrix3D proporcionado representa una transformación de identidad . En su lugar, el código de C# y Microsoft Visual Basic deben usar IsIdentity .

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

Parámetros

target
Matrix3D

Matriz de destino3D que se va a evaluar.

Devoluciones

Boolean

bool

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

Se aplica a