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

 

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