What type of vertex is added to the triangulation. More...
#include <Triangulation.h>
Public Types | |
| enum | Enum { UserInput , FixedEdgeMidpoint , FixedEdgesIntersection } |
| The Enum itself. More... | |
What type of vertex is added to the triangulation.
Definition at line 259 of file Triangulation.h.
The Enum itself.
| Enumerator | |
|---|---|
| UserInput | Original vertex from user input. |
| FixedEdgeMidpoint | During conforming triangulation edge mid-point is added. |
| FixedEdgesIntersection | Resolving fixed/constraint edges' intersection. |
Definition at line 265 of file Triangulation.h.