GeomAlg-0.2.3: Library of geometric algorithms in HaskellSource codeContentsIndex
GeomAlg.ConvexHull.KirkpatrickSeidelHull
Description
Kirkpatrick und Seidels Algorithmus siehe cite{kirkpatrick86}
Documentation
ksHull :: (Ord a, Fractional a) => [P2 a] -> Polygon2 aSource
ksHullX :: (Ord a, Fractional a) => ([a] -> a) -> ([a] -> a) -> [P2 a] -> Polygon2 aSource
Produced by Haddock version 2.4.2