Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::inverse Method (OdGeMatrix3d&, double)
Syntax
C++
bool inverse(OdGeMatrix3d& inverseMatrix, double tol) const;

Retrieves the inverse of this matrix. 

 

Parameters
Description
inverseMatrix
[out] Receives the inverse matrix.
tol
[in] Tolerance value.

true if this matrix has an inverse; false otherwise.

Matrix has an inverse if determinant of this matrix is not zero within tol.

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