|
static POSE3 | identity () |
|
static VECTOR3 | interpolate_vector (const POSE3 &m1, const POSE3 &m2, REAL t, const ORIGIN3 &o) |
|
static VECTOR3 | interpolate_point (const POSE3 &m1, const POSE3 &m2, REAL t, const ORIGIN3 &o) |
|
static bool | rel_equal (const POSE3 &p1, const POSE3 &p2, REAL tol=EPS) |
|
static VECTOR3 | transform_point (boost::shared_ptr< const POSE3 > target, const VECTOR3 &v) |
|
static VECTOR3 | transform_vector (boost::shared_ptr< const POSE3 > target, const VECTOR3 &v) |
|
static SFORCE | transform (boost::shared_ptr< const POSE3 > target, const SFORCE &w) |
|
static std::vector< SFORCE > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SFORCE > &w, std::vector< SFORCE > &result) |
|
static SMOMENTUM | transform (boost::shared_ptr< const POSE3 > target, const SMOMENTUM &t) |
|
static SVELOCITY | transform (boost::shared_ptr< const POSE3 > target, const SVELOCITY &t) |
|
static std::vector< SVELOCITY > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SVELOCITY > &t, std::vector< SVELOCITY > &result) |
|
static std::vector< SMOMENTUM > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SMOMENTUM > &t, std::vector< SMOMENTUM > &result) |
|
static SACCEL | transform (boost::shared_ptr< const POSE3 > target, const SACCEL &t) |
|
static std::vector< SACCEL > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SACCEL > &t, std::vector< SACCEL > &result) |
|
static SPATIAL_RB_INERTIA | transform (boost::shared_ptr< const POSE3 > target, const SPATIAL_RB_INERTIA &j) |
|
static SPATIAL_AB_INERTIA | transform (boost::shared_ptr< const POSE3 > target, const SPATIAL_AB_INERTIA &j) |
|
static TRANSFORM3 | calc_relative_pose (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target) |
|
static POSE3 | invert (const POSE3 &m) |
|
static VECTOR3 | interpolate_transform_vector (const POSE3 &P1, const POSE3 &P2, REAL t, const ORIGIN3 &o) |
|
static VECTOR3 | interpolate_transform_point (const POSE3 &P1, const POSE3 &P2, REAL t, const ORIGIN3 &o) |
|
static SVELOCITY | diff (const POSE3 &P1, const POSE3 &P2) |
|
template<class M > |
static M & | spatial_transform_to_matrix (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target, M &m) |
| Computes a 6x6 matrix that transforms velocity vectors in [w; v] format or force vectors in [f; tau] format.
|
|
template<class M > |
static M & | spatial_transform_to_matrix2 (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target, M &m) |
| Computes a 6x6 matrix that transforms velocity vectors in [v w] format.
|
|
template<class M > |
static M & | dot_spatial_transform_to_matrix2 (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target, M &m) |
| Computes the time derivative of a 6x6 matrix that transforms velocity vectors in [v w] format.
|
|
static POSE3 | identity () |
|
static VECTOR3 | interpolate_vector (const POSE3 &m1, const POSE3 &m2, REAL t, const ORIGIN3 &o) |
|
static VECTOR3 | interpolate_point (const POSE3 &m1, const POSE3 &m2, REAL t, const ORIGIN3 &o) |
|
static bool | rel_equal (const POSE3 &p1, const POSE3 &p2, REAL tol=EPS) |
|
static VECTOR3 | transform_point (boost::shared_ptr< const POSE3 > target, const VECTOR3 &v) |
|
static VECTOR3 | transform_vector (boost::shared_ptr< const POSE3 > target, const VECTOR3 &v) |
|
static SFORCE | transform (boost::shared_ptr< const POSE3 > target, const SFORCE &w) |
|
static std::vector< SFORCE > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SFORCE > &w, std::vector< SFORCE > &result) |
|
static SMOMENTUM | transform (boost::shared_ptr< const POSE3 > target, const SMOMENTUM &t) |
|
static SVELOCITY | transform (boost::shared_ptr< const POSE3 > target, const SVELOCITY &t) |
|
static std::vector< SVELOCITY > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SVELOCITY > &t, std::vector< SVELOCITY > &result) |
|
static std::vector< SMOMENTUM > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SMOMENTUM > &t, std::vector< SMOMENTUM > &result) |
|
static SACCEL | transform (boost::shared_ptr< const POSE3 > target, const SACCEL &t) |
|
static std::vector< SACCEL > & | transform (boost::shared_ptr< const POSE3 > target, const std::vector< SACCEL > &t, std::vector< SACCEL > &result) |
|
static SPATIAL_RB_INERTIA | transform (boost::shared_ptr< const POSE3 > target, const SPATIAL_RB_INERTIA &j) |
|
static SPATIAL_AB_INERTIA | transform (boost::shared_ptr< const POSE3 > target, const SPATIAL_AB_INERTIA &j) |
|
static TRANSFORM3 | calc_relative_pose (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target) |
|
static POSE3 | invert (const POSE3 &m) |
|
static VECTOR3 | interpolate_transform_vector (const POSE3 &P1, const POSE3 &P2, REAL t, const ORIGIN3 &o) |
|
static VECTOR3 | interpolate_transform_point (const POSE3 &P1, const POSE3 &P2, REAL t, const ORIGIN3 &o) |
|
static SVELOCITY | diff (const POSE3 &P1, const POSE3 &P2) |
|
template<class M > |
static M & | spatial_transform_to_matrix (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target, M &m) |
| Computes a 6x6 matrix that transforms velocity vectors in [w; v] format or force vectors in [f; tau] format.
|
|
template<class M > |
static M & | spatial_transform_to_matrix2 (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target, M &m) |
| Computes a 6x6 matrix that transforms velocity vectors in [v w] format.
|
|
template<class M > |
static M & | dot_spatial_transform_to_matrix2 (boost::shared_ptr< const POSE3 > source, boost::shared_ptr< const POSE3 > target, M &m) |
| Computes the time derivative of a 6x6 matrix that transforms velocity vectors in [v w] format.
|
|