Definition at line 35 of file transformation3.hh.
Public Member Functions | |
| Pose3 (const Vector3< T > &rot, const Vector3< T > &trans) | |
| Pose3 (const T &x, const T &y, const T &z, const T &roll, const T &pitch, const T &yaw) | |
| Pose3 (const DVector< T > &v) | |
| operator const DVector () | |
| operator DVector () | |
| const T & | roll () const |
| const T & | pitch () const |
| const T & | yaw () const |
| const T & | x () const |
| const T & | y () const |
| const T & | z () const |
| T & | roll () |
| T & | pitch () |
| T & | yaw () |
| T & | x () |
| T & | y () |
| T & | z () |
1.5.0