Processing math: 100%

hgeometry-0.8.0.0: Geometric Algorithms, Data structures, and Data types.

Safe HaskellNone
LanguageHaskell2010

Algorithms.Geometry.LineSegmentIntersection

Synopsis

Documentation

hasInteriorIntersections :: (Ord r, Fractional r) => [LineSegment 2 p r] -> Bool Source #

O(nlogn)

hasSelfIntersections :: (Ord r, Fractional r) => Polygon t p r -> Bool Source #

O(nlogn)