| # | Line 48 | Line 48 | extern Vert2_list *polyAlloc(int nv); | |
|---|---|---|
| 48 | #define polyFree free | |
| 49 | ||
| 50 | /* callback for output triangle */ | |
| 51 | < | typedef void tri_out_t(const Vert2_list *tp, int a, int b, int c); |
| 51 | > | typedef int tri_out_t(const Vert2_list *tp, int a, int b, int c); |
| 52 | ||
| 53 | /* triangulate a contour/polygon, places results in STL vector | |
| 54 | * as series of triangles. */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |