This function is not used outside of its containing file.
dist2
freePath
in_poly
-intersect
make_polyline
makePath
Pobsclose
extern COORD area2(Ppoint_t, Ppoint_t, Ppoint_t);
extern int wind(Ppoint_t a, Ppoint_t b, Ppoint_t c);
extern COORD dist2(Ppoint_t, Ppoint_t);
- extern int intersect(Ppoint_t a, Ppoint_t b, Ppoint_t c, Ppoint_t d);
int in_poly(Ppoly_t argpoly, Ppoint_t q);
* More specifically, returns true iff c or d lies on (a,b) or the two
* segments intersect as open sets.
*/
-int intersect(Ppoint_t a, Ppoint_t b, Ppoint_t c, Ppoint_t d)
+static int intersect(Ppoint_t a, Ppoint_t b, Ppoint_t c, Ppoint_t d)
{
int a_abc;
int a_abd;