53 static bool Snip(
const FLine2 &contour,
int u,
int v,
int w,
int n,
int *V);
54 static bool Snip(
const FLine3 &contour,
int u,
int v,
int w,
int n,
int *V);
78 double Px,
double Py);
80 static bool Snip(
const DLine2 &contour,
int u,
int v,
int w,
int n,
int *V);
87 void CallTriangle(
const DLine2 &contour,
DLine2 &result);
93 void CallPoly2Tri(
const DLine2 &contour,
DLine2 &result);
96 #endif // TRIANGULATE_H