MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Quaternion.hpp File Reference

Implements the quaternion object. More...

#include <Config.hpp>
#include <Geometry.hpp>
#include <Matrix.hpp>
#include <Vector.hpp>

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)
 

Detailed Description

Implements the quaternion object.