Quaternion friend functions


o abs
returns the magnitude of the quatenrion
o sqr
returns the square of the magnitude of the quaternion
o operator/
scalar division operator
o normalize
returns a normalized copy of q
o operator+
addition operator
o operator-
subtraction operator
o operator*
multplies two quaternions in that funky quaternion way.
o operator*
adds the quaternion (0, t) to q
o operator*
multiplies the quaternion (0, t) by q
o operator*
scalar multiplication operator
o operator*
scalar multiplication operator

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.