API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Methods > OdGeMatrix2d::isSingular Method
OdGeMatrix2d::isSingular Method
Syntax
C++
bool isSingular(const OdGeTol& tol = OdGeContext::gTol) const;

Returns true if and only if this matrix is singular.

  • A matrix is singular if and only if its determinant == 0.
  • A singular matrix cannot be inverted.

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