Close

Relief for ODA Team in Ukraine

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

Sets this quaternion to the unit quaternion and returns a reference to this quaternion 

 

Parameters
Description
tol
[in] Geometric tolerance.

If this.norm() <= tol, this quaternion is unchanged.

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