Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeVector3d::normalize Method (const OdGeTol&)
Syntax
C++
OdGeVector3d& normalize(const OdGeTol& tol = OdGeContext::gTol);

Sets this vector to the unit vector codirectional with this vector, and returns a reference to this vector 

 

Parameters
Description
tol
[in] Geometric tolerance.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.