API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > OdGeMatrix3d::isSingular Method
OdGeMatrix3d::isSingular Method
Syntax
C++
bool isSingular(const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

true if this matrix is singular, false otherwise.

Checks whether this matrix is singular. 

 

  • A matrix is singular if and only if its determinant is zero within the specified tolerance.
  • A singular matrix cannot be inverted.

Copyright © 2002–2022. Open Design Alliance. All rights reserved.