Lagrange
TriangulationOptions Struct Reference

Public Types

enum class  Scheme { Earcut , CentroidFan }
 

Public Attributes

Scheme scheme = Scheme::Earcut
 Triangulation scheme to use.
 

Member Enumeration Documentation

◆ Scheme

enum class Scheme
strong
Enumerator
Earcut 

Use earcut algorithm to triangulate polygons.

CentroidFan 

Connect facet centroid to polygon edges to form a fan of triangles.


The documentation for this struct was generated from the following file: