Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeMatrix3d& matrix, const OdGeTol& tol = OdGeContext::gTol) const;

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

 

Parameters
Description
matrix
[in] Matrix to compare with this matrix.
tol
[in] Geomentric tolerance.

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

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