hgeometric-0.0.2.1: A geometric library with bindings to GPC.
Source code
Contents
Index
Algebra.Geometric.Strip
Contents
Data Type
Convertion
Description
Strip
data type and convertions.
Synopsis
newtype
Strip
=
StripC
{
stripSet
::
Set
Contour
}
safePolygonToStrip
::
Polygon
->
IO
Strip
polygonToStrip
::
Polygon
->
Strip
Data Type
newtype
Strip
Source
A
Strip
is an alternative form of representing a
Polygon
composed by
Contour
s that are not holes. It's a good idea to use it to draw filled figures, and to use
Polygon
to draw the
Contour
s.
Constructors
StripC
stripSet
::
Set
Contour
Instances
Show
Strip
Storable
Strip
Clip
Strip
Convertion
safePolygonToStrip
::
Polygon
->
IO
Strip
Source
An
IO
version of
polygonToStrip
, which does not use
unsafePerformIO
.
polygonToStrip
::
Polygon
->
Strip
Source
Converts a
Polygon
to a
Strip
.
Produced by
Haddock
version 2.3.0