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 be compared.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geomentric tolerance. 

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

 

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