#include "render.h"
#include "pathplan.h"
Include dependency graph for routespl.c:
Go to the source code of this file.
Defines | |
#define | PINC 300 |
Functions | |
void | routesplinesinit () |
void | routesplinesterm () |
point * | routesplines (path *pp, int *npoints) |
point * | routepolylines (path *pp, int *npoints) |
#define PINC 300 |
Definition at line 577 of file routespl.c.
void routesplinesinit | ( | void | ) |
Definition at line 235 of file routespl.c.
References AGERR, agerr(), free(), N_GNEW, NULL, PINC, Show_boxes, Show_cnt, start_timer(), and Verbose.
void routesplinesterm | ( | void | ) |