
Tenmplate class for representing a 2D Ooint with x and y coordinates and an orientation theta in the x-y-plane (theta=0 -> orientation along the x axis).
Definition at line 117 of file transformation2.hh.
Public Member Functions | |
| const T & | x () const |
| const T & | y () const |
| const T & | theta () const |
| T & | x () |
| T & | y () |
| T & | theta () |
| Pose2 () | |
| Pose2 (const T &x, const T &y, const T &theta) | |
Public Attributes | |
| T | values [3] |
| container for x, y, and theta | |
Default constructor which sets x, y, and theta to 0
Definition at line 135 of file transformation2.hh.
Constructor
Definition at line 140 of file transformation2.hh.
| const T& Pose2< T >::x | ( | ) | const [inline] |
| const T& Pose2< T >::y | ( | ) | const [inline] |
| const T& Pose2< T >::theta | ( | ) | const [inline] |
| T& Pose2< T >::x | ( | ) | [inline] |
| T& Pose2< T >::y | ( | ) | [inline] |
| T& Pose2< T >::theta | ( | ) | [inline] |
1.5.0