Matrix3DHelper.GetHasInverse(Matrix3D) Method

Definition

Returns whether the provided Matrix3D is invertible. C# and Microsoft Visual Basic code should use HasInverse instead.

public:
 static bool GetHasInverse(Matrix3D target);
 static bool GetHasInverse(Matrix3D const& target);
public static bool GetHasInverse(Matrix3D target);
function getHasInverse(target)
Public Shared Function GetHasInverse (target As Matrix3D) As Boolean

Parameters

target
Matrix3D

The target Matrix3D to evaluate.

Returns

Boolean

bool

true if the Matrix3D has an inverse; otherwise, false.

Applies to