#include <path_simplifier.h>
Public Attributes | |
float | x |
float | y |
struct _PathPoint * | next |
Definition at line 25 of file path_simplifier.h.
float _PathPoint::x |
Coordonate X of the point
Definition at line 26 of file path_simplifier.h.
Referenced by new_goal(), path_simplifier(), and popNode().
float _PathPoint::y |
Coordonate Y of the point
Definition at line 27 of file path_simplifier.h.
Referenced by new_goal(), path_simplifier(), and popNode().
struct _PathPoint* _PathPoint::next [read] |
Pointer to next point of the list
Definition at line 28 of file path_simplifier.h.
Referenced by freePathMemory(), new_goal(), path_planner(), path_simplifier(), popNode(), and pushNode().