This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Added
- Add function to
LocationGraphNodeto assign a "color" to each leaf node (in the form of anIntvalue) such that the resulting triangulation is 4-colored: no two triangles adjacent on a common edge have the same color. - New unit tests for delaunay triangulation.
Fixed
- Various debugging improvements for Delaunay triangulation, like how edges and triangles created due to edge flips are named, and test Swift generation for Triangles.