OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Functions
quat.hh File Reference
#include <iostream>
#include <boost/operators.hpp>
#include <ost/geom/module_config.hh>

Go to the source code of this file.

Data Structures

class  Quat
 

Namespaces

 geom
 

Functions

Quat DLLEXPORT_OST_GEOM Conjugate (const Quat &q)
 
Real DLLEXPORT_OST_GEOM Dot (const Quat &q0, const Quat &q1)
 
Quat DLLEXPORT_OST_GEOM Slerp (const Quat &q0, const Quat &q1, Real t)
 
Quat DLLEXPORT_OST_GEOM Inv (const Quat &q)
 
Quat DLLEXPORT_OST_GEOM Exp (const Quat &q)
 
Quat DLLEXPORT_OST_GEOM Log (const Quat &q)
 
Quat DLLEXPORT_OST_GEOM Normalize (const Quat &q)
 
DLLEXPORT_OST_GEOM std::ostream & operator<< (std::ostream &str, const Quat &q)