Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::isSingular Method
Syntax
C++
bool isSingular(const OdGeTol& tol = OdGeContext::gTol) const;

Checks whether this matrix is singular. 

 

Parameters
Description
tol
[in] Geometric tolerance.

true if this matrix is singular, false otherwise.

  • 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.