hgeometric-0.0.1: A geometric library with bindings to GPC.Source codeContentsIndex
Algebra.Geometric.Polygon
Description
Polygon data type.
Synopsis
newtype Polygon = PolygonC {
polygonSet :: Set (Bool, Contour)
}
Documentation
newtype Polygon Source
A Polygon, which support holes and disjoint areas. Each Bool in the tuple tells if the Contour is the border of a hole (True) or of a Polygon (False).
Constructors
PolygonC
polygonSet :: Set (Bool, Contour)
show/hide Instances
Produced by Haddock version 2.1.0