_PathPoint Struct Reference

#include <path_simplifier.h>

Collaboration diagram for _PathPoint:

Collaboration graph
[legend]

List of all members.

Public Attributes

float x
float y
struct _PathPointnext


Detailed Description

Implementation of a list of points

Definition at line 25 of file path_simplifier.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Thu Sep 13 11:28:29 2007 for DCE-Eurobot by  doxygen 1.5.3