Classes | Typedefs | Functions

path_simplifier.h File Reference

Header file of path_simplifier.c. More...

#include "pathqueue.h"
Include dependency graph for path_simplifier.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  _Line
 Definition of line parameters. More...
struct  _PathPoint
 Implementation of a list of points. More...

Typedefs

typedef struct _Line Line
 Definition of line parameters.
typedef struct _PathPoint PathPoint
 Implementation of a list of points.

Functions

int path_simplifier (PathPoint *path, int nbpoints, PathPoint *first_point, double *angle)
 Simplify a given path.
void freePathMemory (PathPoint *simple_path)
 Free memory allocated for simple path.

Detailed Description

Header file of path_simplifier.c.

Author:
Jose Maria Martin Laguna <jmmartin@etud.insa-toulouse.fr>

Typedef Documentation

typedef struct _Line Line

Definition of line parameters.

See details. line : a1 * x + a2 * y = b

typedef struct _PathPoint PathPoint

Implementation of a list of points.