Laelaps 2D point class.
More...
#include <laeTraj.h>
|
double | m_x |
| x (meters)
|
|
double | m_y |
| y (meters)
|
|
Laelaps 2D point class.
Point = (x, y)
Definition at line 93 of file laeTraj.h.
laelaps::LaePoint::LaePoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
theta = 0.0 |
|
) |
| |
|
inline |
Initialization constructor.
- Parameters
-
x | x (meters). |
y | y (meters). |
Definition at line 113 of file laeTraj.h.
laelaps::LaePoint::LaePoint |
( |
const LaePoint & |
src | ) |
|
|
inline |
Copy constructor.
- Parameters
-
Definition at line 124 of file laeTraj.h.
References m_x, and m_y.
The documentation for this class was generated from the following file: