delaunay-0.1.0.2: Build a Delaunay triangulation of a set of points

Safe HaskellNone

Graphics.Triangulation.Delaunay

Synopsis

Documentation

triangulate :: [Vector2] -> [(Vector2, Vector2, Vector2)]Source

Generate the Delaunay triangulation of a set of points