#include <math.h>
#include "VCommon.h"
#include "VVector.h"
Go to the source code of this file.
Classes | |
class | VQuaternion |
Functions | |
std::ostream & | operator<< (std::ostream &os, const VQuaternion &quaQuaternion) |
std::istream & | operator>> (std::istream &is, VQuaternion &quaQuaternion) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const VQuaternion & | quaQuaternion | |||
) | [inline] |
Definition at line 247 of file VQuaternion.h.
References VQuaternion::getScalar(), and VQuaternion::getVector().
std::istream& operator>> | ( | std::istream & | is, | |
VQuaternion & | quaQuaternion | |||
) | [inline] |