MatrixHelper.GetIsIdentity(Matrix) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore che indica se la matrice specificata rappresenta una trasformazione Identity . Il codice C# e Microsoft Visual Basic devono usare invece IsIdentity .
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
Restituisce
Boolean
bool
true se la matrice rappresenta una trasformazione Identity ; in caso contrario, false.