elemel / crust

CRUST
1 stars 1 forks source link

Delauney triangulation #8

Closed elemel closed 12 years ago

elemel commented 12 years ago

Implement a Delauney triangulation using the circumcircle function. Start with brute force, checking all triangles for each point added to the triangulation.

Story: Efficient block generation (#9)