2D Point (x,y) with orientation (theta) More...
#include <transformation2.hh>
Public Member Functions | |
Pose2 () | |
Pose2 (const T &x, const T &y, const T &theta) | |
const T & | theta () const |
T & | theta () |
const T & | x () const |
T & | x () |
const T & | y () const |
T & | y () |
Public Attributes | |
T | values [3] |
container for x, y, and theta More... | |
2D Point (x,y) with orientation (theta)
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 120 of file transformation2.hh.
|
inline |
Default constructor which sets x, y, and theta to 0
Definition at line 138 of file transformation2.hh.
|
inline |
Constructor
Definition at line 143 of file transformation2.hh.
|
inline |
Definition at line 128 of file transformation2.hh.
|
inline |
Definition at line 135 of file transformation2.hh.
|
inline |
Definition at line 124 of file transformation2.hh.
|
inline |
Definition at line 131 of file transformation2.hh.
|
inline |
Definition at line 126 of file transformation2.hh.
|
inline |
Definition at line 133 of file transformation2.hh.
T AISNavigation::Pose2< T >::values[3] |
container for x, y, and theta
Definition at line 121 of file transformation2.hh.