#include <path_point.hpp>
Definition at line 9 of file path_point.hpp.
◆ PathPoint() [1/4]
| common_lib::structures::PathPoint::PathPoint |
( |
| ) |
|
|
default |
◆ PathPoint() [2/4]
| common_lib::structures::PathPoint::PathPoint |
( |
Position |
position, |
|
|
double |
orientation = 0, |
|
|
double |
ideal_velocity = 1.0 |
|
) |
| |
◆ PathPoint() [3/4]
| common_lib::structures::PathPoint::PathPoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
orientation = 0, |
|
|
double |
ideal_velocity = 1.0 |
|
) |
| |
◆ PathPoint() [4/4]
| common_lib::structures::PathPoint::PathPoint |
( |
PathPoint const & |
path_point | ) |
|
|
default |
◆ getX()
| double common_lib::structures::PathPoint::getX |
( |
| ) |
const |
◆ getY()
| double common_lib::structures::PathPoint::getY |
( |
| ) |
const |
◆ operator==
◆ ideal_velocity
| double common_lib::structures::PathPoint::ideal_velocity = 1.0 |
◆ orientation
| double common_lib::structures::PathPoint::orientation |
◆ position
| Position common_lib::structures::PathPoint::position |
The documentation for this struct was generated from the following files: