Classes | |
class | TQuaternion< T > |
Generic Quaternion Class. More... | |
Storers | |
Stream operators for class Quaternion | |
template<typename T> | |
std::istream & | operator>> (std::istream &s, TQuaternion< T > &q) throw () |
Input Operator. | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &s, const TQuaternion< T > &q) throw () |
Output Operator. | |
Typedefs | |
typedef TQuaternion< float > | Quaternion |
The Default TQuaternion Type. |
|
The Default TQuaternion Type.
If double precision is not needed, |
|
Output Operator.
Write the values of the quaternion to an output stream. The values of
|
|
Input Operator. Read the values of the quaternion from an input stream.
|