Graphmath.Quatern.norm
You're seeing just the function
norm
, go back to Graphmath.Quatern module for more information.
Link to this function
norm(quat)
Specs
norm(quat)
Returns the L2 norm of a quaternion.
quat
is a quatern
to find the norm of.
It returns a float
representing the L2 norm.