wumpus-basic-0.5.0: Common drawing utilities built on wumpus-core.Source codeContentsIndex
Wumpus.Basic.Paths.Construction
PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>
Description

Build paths.

** WARNING ** this module is an experiment, and may change significantly or even be dropped from future revisions.

Documentation
data MPath u a Source
show/hide Instances
type CPath u = MPath u ()Source
runPath :: Num u => Point2 u -> MPath u a -> (a, Path u)Source
execPath :: Num u => Point2 u -> MPath u a -> Path uSource
lineto :: Floating u => Point2 u -> CPath uSource
bezierto :: (Floating u, Ord u) => Point2 u -> Point2 u -> Point2 u -> CPath uSource
curveto :: (Floating u, Ord u) => Radian -> Radian -> Point2 u -> CPath uSource
verticalHorizontal :: Floating u => Point2 u -> CPath uSource
horizontalVertical :: Floating u => Point2 u -> CPath uSource
Produced by Haddock version 2.6.1