GeomAlg-0.2.3: Library of geometric algorithms in HaskellSource codeContentsIndex
GeomAlg.Applications.MaxEmptyCircle
Description
The largest empty circle for a set of points. See http://www.personal.kent.edu/~rmuhamma/Compgeometry/MyCG/CG-Applets/LgEmptyCircle/lccli.htm siehe cite[K 5.3]{klein97:cg}, cite[K. 5.5]{orourke94:cg}.
Documentation
maxEmptyCircle :: (Ord a, Fractional a) => [P2 a] -> Circle2 aSource
Produced by Haddock version 2.4.2