Graphviz
2.41.20171026.1811
|
#include <pathgeom.h>
Go to the source code of this file.
Macros | |
#define | POLYID_NONE -1111 |
#define | POLYID_UNKNOWN -2222 |
Functions | |
vconfig_t * | Pobsopen (Ppoly_t **obstacles, int n_obstacles) |
void | Pobsclose (vconfig_t *config) |
int | Pobspath (vconfig_t *config, Ppoint_t p0, int poly0, Ppoint_t p1, int poly1, Ppolyline_t *output_route) |
#define POLYID_NONE -1111 |
Definition at line 47 of file vispath.h.
Referenced by getPath(), and makeSpline().
void Pobsclose | ( | vconfig_t * | config | ) |
Definition at line 104 of file cvt.c.
References vconfig_s::next, vconfig_s::P, vconfig_s::prev, vconfig_s::start, and vconfig_s::vis.
Definition at line 62 of file cvt.c.
References vconfig_s::N, vconfig_s::next, vconfig_s::Npoly, NULL, vconfig_s::P, Ppoly_t::pn, vconfig_s::prev, Ppoly_t::ps, vconfig_s::start, and visibility().
Referenced by compoundEdges().
int Pobspath | ( | vconfig_t * | config, |
Ppoint_t | p0, | ||
int | poly0, | ||
Ppoint_t | p1, | ||
int | poly1, | ||
Ppolyline_t * | output_route | ||
) |
Definition at line 117 of file cvt.c.
References assert, makePath(), vconfig_s::N, vconfig_s::P, Ppoly_t::pn, Ppoly_t::ps, ptVis(), and TRUE.
Referenced by getPath().