API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > inverse Method > OdGeMatrix3d::inverse Method (OdGeMatrix3d&, double)
OdGeMatrix3d::inverse Method (OdGeMatrix3d&, double)
Syntax
C++
bool inverse(OdGeMatrix3d& inverseMatrix, double tol) const;
Parameters 
Description 
OdGeMatrix3d& inverseMatrix 
[out] Receives the inverse matrix.  
double tol 
[in] Geometric tolerance. 

Returns true if and only if this matrix has an inverse, and the inverse of this matrix. 

 

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