Public Attributes

_PathPoint Struct Reference

Implementation of a list of points. More...

#include <path_simplifier.h>

Collaboration diagram for _PathPoint:
Collaboration graph
[legend]

List of all members.

Public Attributes

double x
 Coordonate X of the point.
double y
 Coordonate Y of the point.
struct _PathPointnext
 Pointer to next point of the list.

Detailed Description

Implementation of a list of points.


Member Data Documentation

Pointer to next point of the list.

double _PathPoint::x

Coordonate X of the point.

double _PathPoint::y

Coordonate Y of the point.


The documentation for this struct was generated from the following file: