jdugge / GridToTIN

Python implementation of Garland and Heckbert's terrain approximation algorithm
MIT License
2 stars 4 forks source link

Implement quality improvement #1

Closed jdugge closed 8 years ago

jdugge commented 8 years ago

Implement the quality improvement algorithm described in Shewchuk's Delaunay Refinement Algorithms for Triangular Mesh Generation


jdugge commented 8 years ago

This completes the ingredients for the Ruppert/Shewchuk/Üngör algorithm.