#include "Vector.h"


Go to the source code of this file.
Classes | |
| class | Quaternion |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Quaternion &quaQuaternion) |
| std::istream & | operator>> (std::istream &is, Quaternion &quaQuaternion) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Quaternion & | quaQuaternion | |||
| ) | [inline] |
Definition at line 191 of file Quaternion.h.
References Quaternion::GetScalar(), and Quaternion::GetVector().

| std::istream& operator>> | ( | std::istream & | is, | |
| Quaternion & | quaQuaternion | |||
| ) | [inline] |
Definition at line 197 of file Quaternion.h.
References Quaternion::Set().

1.5.4