API Reference > OdGe Classes > OdGeQuaternion Class > OdGeQuaternion Methods > OdGeQuaternion::isEqualTo Method
OdGeQuaternion::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeQuaternion& quat, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeQuaternion& quat 
[in] Quaternion to be compared to this quaternion.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if quat is identical to this quaternion, within the specified tolerance. 

 

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