#include <iostream>


Go to the source code of this file.
Namespaces | |
| namespace | cml |
Functions | |
| template<class XprT > | |
| std::ostream & | cml::operator<< (std::ostream &os, const et::QuaternionXpr< XprT > &q) |
| Output a quaternion expression to a std::ostream. | |
| template<typename E , class AT , class OT , typename CT > | |
| std::ostream & | cml::operator<< (std::ostream &os, const cml::quaternion< E, AT, OT, CT > &q) |
| Output a quaternion to a std::ostream. | |
Definition in file quaternion_print.h.
1.5.9