API Reference > OdGe Classes > OdGePoint2d Class > OdGePoint2d Methods > OdGePoint2d::isEqualTo Method
OdGePoint2d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGePoint2d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint2d& point 
[in] Any 2D point.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if the distance from this point to point is within the specified tolerance. 

 

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