API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > inverse Method > OdGeMatrix3d::inverse Method (OdGeTol&)
OdGeMatrix3d::inverse Method (OdGeTol&)
Syntax
C++
OdGeMatrix3d inverse(const OdGeTol& tol) const;
Parameters 
Description 
const OdGeTol& tol 
[in] Tolerance value.
 

Inverse of this matrix.

Calculates inversion of this matrix. 

 

Throws eInvalidInput if determinant of this matrix is less than tol.equalPoint().

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