API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Methods > isCodirectionalTo Method > OdGeVector3d::isCodirectionalTo Method (OdGeVector3d&, OdGeTol&)
OdGeVector3d::isCodirectionalTo Method (OdGeVector3d&, OdGeTol&)
Syntax
C++
bool isCodirectionalTo(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 the specified vector is codirectional to this vector within the specified tolerance. 

 

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