|
My Project
|
#include <mia/3d/defines3d.hh>#include <mia/3d/matrix.hh>#include <mia/3d/vector.hh>#include <ostream>#include <cmath>Go to the source code of this file.
Data Structures | |
| class | Quaternion |
| a class to implement a quaternion More... | |
Functions | |
| bool EXPORT_3D | operator!= (const Quaternion &a, const Quaternion &b) |
| std::ostream & | operator<< (std::ostream &os, const Quaternion &a) |
| bool EXPORT_3D | operator== (const Quaternion &a, const Quaternion &b) |
| EXPORT_3D std::istream & | operator>> (std::istream &os, Quaternion &a) |
| bool EXPORT_3D operator!= | ( | const Quaternion & | a, |
| const Quaternion & | b ) |
References EXPORT_3D.
|
inline |
Definition at line 182 of file quaternion.hh.
References Quaternion::print().
| bool EXPORT_3D operator== | ( | const Quaternion & | a, |
| const Quaternion & | b ) |
| EXPORT_3D std::istream & operator>> | ( | std::istream & | os, |
| Quaternion & | a ) |
References EXPORT_3D, and NS_MIA_END.