Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
Quaternion.h File Reference
#include "cinder/CinderMath.h"
#include "cinder/Vector.h"
#include "cinder/Matrix.h"
Include dependency graph for Quaternion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cinder::QUATCONV< T, Y >
 
class  cinder::Quaternion< T >
 

Namespaces

 cinder
 

Typedefs

typedef Quaternion< float > cinder::Quatf
 
typedef Quaternion< double > cinder::Quatd
 

Functions

template<typename T >
Vec3< T > cinder::operator* (const Vec3< T > &vec, const Quaternion< T > &q)