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

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

 

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