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

Extended path type - more amenable for complex drawings than the type in Wumpus-Core.

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

Documentation
connectS :: Floating u => PathF uSource
pathGraphic :: Num u => Path u -> DrawingAttr -> Graphic uSource
shorten :: (Real u, Floating u, Ord u) => u -> Path u -> Path uSource
shortenL :: (Real u, Floating u, Ord u) => u -> Path u -> Path uSource
shortenR :: (Real u, Floating u, Ord u) => u -> Path u -> Path uSource
midpoint :: (Real u, Floating u) => Path u -> Point2 uSource
directionL :: (Real u, Floating u) => Path u -> RadianSource
directionR :: (Real u, Floating u) => Path u -> RadianSource
Produced by Haddock version 2.6.1