Macros | |
| #define | POLY_TRIANG_CONSTRAINED_OUTLINE |
| #define | POLY_TRIANG_QUADS |
| #define | POLY_TRIANG_NGON |
| #define | POLY_TRIANG_FORCE_VORONOI |
| #define | POLY_TRIANG_FORCE_NGON |
| #define | POLY_TRIANG_FILL_HOLES |
| #define POLY_TRIANG_CONSTRAINED_OUTLINE |
All points form the outline; the segments are ignored.
| #define POLY_TRIANG_QUADS |
Untriangulate where possible.
| #define POLY_TRIANG_NGON |
Must be set if an N-gon is to be triangulated.
| #define POLY_TRIANG_FORCE_VORONOI |
Force Voronoi triangulation.
| #define POLY_TRIANG_FORCE_NGON |
Force special N-gon triangulation.
| #define POLY_TRIANG_FILL_HOLES |
Fill segment holes (only used for N-gon triangulation).