From: erg Date: Thu, 18 Jan 2007 20:16:45 +0000 (+0000) Subject: Implement polyline edges X-Git-Tag: LAST_LIBGRAPH~32^2~5705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=695bf0a30fc023c8df9d17cbec6ab5342eb3950c;p=graphviz Implement polyline edges --- diff --git a/lib/pathplan/pathplan.h b/lib/pathplan/pathplan.h index d8c54b309..ea877cb7e 100644 --- a/lib/pathplan/pathplan.h +++ b/lib/pathplan/pathplan.h @@ -44,6 +44,9 @@ extern "C" { extern int Ppolybarriers(Ppoly_t ** polys, int npolys, Pedge_t ** barriers, int *n_barriers); +/* function to convert a polyline into a spline representation */ + extern void make_polyline(Ppolyline_t line, Ppolyline_t* sline); + #undef extern #ifdef __cplusplus