DelaunayTriangulation.jl icon indicating copy to clipboard operation
DelaunayTriangulation.jl copied to clipboard

Spherical triangulations, tessellation

Open DanielVandH opened this issue 5 months ago • 7 comments

  • [ ] Proper testing of the triangulations/tessellations
  • [ ] Test peek so that NaturalNeighbours might just work directly (?)
  • [ ] Test refinement
  • [ ] Doc examples
  • [ ] Figure out better plotting methods for the doc examples especially... can't depend on Makie here (because it would be a circular dependency) so will have to paste some code into the examples.
  • [ ] News

This PR introduces spherical triangulations and tessellations. Ghost vertices are interpreted as the north pole. Pretty experimental for now.

DanielVandH avatar Sep 22 '24 11:09 DanielVandH