GeomAlg-0.2.3: Library of geometric algorithms in HaskellSource codeContentsIndex
GeomAlg.Applications.DelaunayHull
Description
Calculates the convex hull with the Delaunay triangulation. This is
Documentation
delaunayHull :: (Ord a, Num a) => [Point2 a] -> Polygon2 aSource
Produced by Haddock version 2.4.2