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

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

 

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

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