Matrix3DHelper.GetIsIdentity(Matrix3D) Method

Definition

Returns whether the provided Matrix3D represents an Identity transform. C# and Microsoft Visual Basic code should use IsIdentity instead.

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

Parameters

target
Matrix3D

The target Matrix3D to evaluate.

Returns

Boolean

bool

true if the Matrix3D represents an Identity transform; otherwise, false.

Applies to