API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Methods > OdGeVector3d::normal Method
OdGeVector3d::normal Method
Syntax
C++
OdGeVector3d normal(const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns the unit vector codirectional with this vector. 

 

If the length() <= tol, this vector is returned.

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