Gankra / geo-kit

A collection of algorithms and tools for geometric problem solving in HTML5
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Simple Point Algorithms #3

Open Gankra opened 11 years ago

Gankra commented 11 years ago

Some simple algorithms worth implementing

Points -> Convex Hull Points -> MST Points -> Triangulation Points -> Delaunay Triangulation Points -> Voronoi Diagram

Gankra commented 11 years ago

Convex Hull and MST are implemented.

Triangulation probably isn't well-defined enough.