#include <sot/core/vector-to-rotation.hh>
Public Member Functions | |
VectorToRotation (const std::string &name) | |
virtual | ~VectorToRotation (void) |
MatrixRotation & | computeRotation (const dg::Vector &angles, MatrixRotation &res) |
Public Attributes | |
dg::SignalPtr< dg::Vector, int > | SIN |
dg::SignalTimeDependent< MatrixRotation, int > | SOUT |
dynamicgraph::sot::VectorToRotation::VectorToRotation | ( | const std::string & | name | ) |
|
inlinevirtual |
MatrixRotation& dynamicgraph::sot::VectorToRotation::computeRotation | ( | const dg::Vector & | angles, |
MatrixRotation & | res | ||
) |
dg::SignalPtr<dg::Vector, int> dynamicgraph::sot::VectorToRotation::SIN |
dg::SignalTimeDependent<MatrixRotation, int> dynamicgraph::sot::VectorToRotation::SOUT |