POLY_TRIANG

Detailed Description

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
 

Macro Definition Documentation

◆ POLY_TRIANG_CONSTRAINED_OUTLINE

#define POLY_TRIANG_CONSTRAINED_OUTLINE

All points form the outline; the segments are ignored.

◆ POLY_TRIANG_QUADS

#define POLY_TRIANG_QUADS

Untriangulate where possible.

◆ POLY_TRIANG_NGON

#define POLY_TRIANG_NGON

Must be set if an N-gon is to be triangulated.

◆ POLY_TRIANG_FORCE_VORONOI

#define POLY_TRIANG_FORCE_VORONOI

Force Voronoi triangulation.

◆ POLY_TRIANG_FORCE_NGON

#define POLY_TRIANG_FORCE_NGON

Force special N-gon triangulation.

◆ POLY_TRIANG_FILL_HOLES

#define POLY_TRIANG_FILL_HOLES

Fill segment holes (only used for N-gon triangulation).