Parameters |
Description |
OdGeMatrix3d& inverseMatrix |
[out] Receives the inverse matrix. |
double tol |
[in] Tolerance value. |
true if this matrix has an inverse; false otherwise.
Retrieves the inverse of this matrix.
Matrix has an inverse if determinant of this matrix is not zero within tol.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|