Freigeben über


Matrix3DHelper.GetIsIdentity(Matrix3D) Methode

Definition

Gibt zurück, ob die bereitgestellte Matrix3D eine Identitätstransformation darstellt. C# und Microsoft Visual Basic-Code sollten stattdessen IsIdentity verwenden.

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

Parameter

target
Matrix3D

Die auszuwertende Zielmatrix3D .

Gibt zurück

Boolean

bool

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

Gilt für: