Matrix3DHelper.GetIsIdentity(Matrix3D) Metodo

Definizione

Restituisce un valore che indica se Matrix3D specificato rappresenta una trasformazione Identity . Il codice C# e Microsoft Visual Basic devono usare invece 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

Parametri

target
Matrix3D

Matrice3D di destinazione da valutare.

Restituisce

Boolean

bool

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

Si applica a