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

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

 

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