#include <sot/core/vector-rotation.hh>
Public Member Functions | |
VectorRotation (void) | |
VectorRotation (const VectorRotation &v) | |
virtual | ~VectorRotation (void) |
virtual VectorRotation & | fromMatrix (const MatrixRotation &rot)=0 |
virtual MatrixRotation & | toMatrix (MatrixRotation &rot) const =0 |
dynamicgraph::sot::VectorRotation::VectorRotation | ( | void | ) | [inline] |
dynamicgraph::sot::VectorRotation::VectorRotation | ( | const VectorRotation & | v | ) | [inline] |
virtual dynamicgraph::sot::VectorRotation::~VectorRotation | ( | void | ) | [inline, virtual] |
virtual VectorRotation& dynamicgraph::sot::VectorRotation::fromMatrix | ( | const MatrixRotation & | rot | ) | [pure virtual] |
virtual MatrixRotation& dynamicgraph::sot::VectorRotation::toMatrix | ( | MatrixRotation & | rot | ) | const [pure virtual] |