MorphoGraphX
|
Implements the quaternion object. More...
Go to the source code of this file.
Classes | |
class | mgx::util::Quaternion |
Implements the quaternion operations. More... | |
Namespaces | |
mgx | |
This namespace contains all the API of MorphoGraphX. | |
Functions | |
Quaternion | mgx::util::operator* (float s, const Quaternion &q) |
Quaternion | mgx::util::operator* (const Quaternion &q, float s) |
Implements the quaternion object.