MercuryDPM
Alpha
|
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Quarternion &q) |
std::istream & | operator>> (std::istream &is, Quarternion &q) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Quarternion & | q | ||
) |
Definition at line 173 of file Quarternion.cc.
References Quarternion::w_, Quarternion::x_, Quarternion::y_, and Quarternion::z_.
std::istream& operator>> | ( | std::istream & | is, |
Quarternion & | q | ||
) |
Definition at line 179 of file Quarternion.cc.
References Quarternion::w_, Quarternion::x_, Quarternion::y_, and Quarternion::z_.