Matrix3DHelper.GetHasInverse(Matrix3D) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
Boolean
bool
true if the Matrix3D has an inverse; otherwise, false.