MatrixHelper.GetIsIdentity(Matrix) Method

Definition

Returns whether the provided Matrix represents an Identity transform.

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

Parameters

target
Matrix

The target Matrix to evaluate.

Returns

Boolean

bool

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

Applies to