[v1.0.0] CMake, custom point/edge types, custom super geometries
This is a first stable version that uses modern CMake. This enables easy consumption for CMake-based projects.
New features and improvements:
- Custom point/edge types supported in
insertVertices
andinsertEdges
- Functionality to use any custom geometry as a target instead of a super-triangle (see
InitializeWithGrid.h
) - Refactor calculating triangle contour depths
- Extend
RemoveDuplicatesAndRemapEdges
to also return indices duplicates - Small performance improvements and fixes