How does this differ from delatin?
indus opened this issue ยท 3 comments
indus commented
mourner commented
Good point, definitely need to add a section to the readme. In short, you should go with Delatin.
Martini:
- Only works on square 2^n+1 x 2^n+1 grids.
- Generates a hierarchy of meshes (pick arbitrary detail after a single run)
- Optimized for meshing speed rather than quality.
Delatin:
- Works on arbitrary raster grids.
- Generates a single mesh for a particular detail.
- Optimized for quality (as little triangles as possible for a given error).
indus commented
Thanks - that clarified a lot.
mourner commented
๐โโ๏ธ Keeping the issue open until I address it in the project's readme.