#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 | ||
) |
|
inline |
Definition at line 181 of file quaternion.hh.
References EXPORT_3D, NS_MIA_END, operator>>(), and Quaternion::print().
bool EXPORT_3D operator== | ( | const Quaternion & | a, |
const Quaternion & | b | ||
) |
a | |
b |
EXPORT_3D std::istream& operator>> | ( | std::istream & | os, |
Quaternion & | a | ||
) |
Referenced by operator<<().