API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > OdGeMatrix3d::isEqualTo Method
OdGeMatrix3d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeMatrix3d& matrix, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeMatrix3d& matrix 
[in] Matrix to compare with this matrix.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geomentric tolerance.
 

true if this matrix is identical to another matrix; false otherwise.

Returns true if and only if another matrix is identical to this one within the specified tolerance. 

 

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