Freigeben über


MatrixHelper.GetIsIdentity(Matrix) Methode

Definition

Gibt zurück, ob die bereitgestellte Matrix eine Identitätstransformation darstellt.

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

Parameter

target
Matrix

Die auszuwertende Zielmatrix .

Gibt zurück

Boolean

bool

TRUE , wenn die Matrix eine Identitätstransformation darstellt; Andernfalls false.

Gilt für: