geolib2
|
Go to the source code of this file.
Namespaces | |
geo | |
Functions | |
void | geo::convert (const geo::Matrix3 &m, tf::Matrix3x3 &tf) |
void | geo::convert (const geo::Quaternion &q, tf::Quaternion &tf) |
void | geo::convert (const geo::Transform &t, tf::Transform &tf) |
void | geo::convert (const geo::Vector3 &v, tf::Vector3 &tf) |
void | geo::convert (const tf::Matrix3x3 &tf, geo::Matrix3 &m) |
void | geo::convert (const tf::Quaternion &tf, geo::Quaternion &q) |
void | geo::convert (const tf::Transform &tf, geo::Transform &t) |
void | geo::convert (const tf::Vector3 &tf, geo::Vector3 &v) |