wumpus-basic-0.11.0: Common drawing utilities built on wumpus-core.

PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Wumpus.Basic.Shapes.Coordinate

Description

Coordinate is a bit like a shape but does not generate a path and cannot be scaled or rotated (it can be translated).

** WARNING ** - the types of Shapes and Coordinate are not ideal and are pending revision.

Synopsis

Documentation

data CoordinateAnchor u Source

Coordinate

data Coordinate u Source

Instances

Eq u => Eq (Coordinate u) 
Ord u => Ord (Coordinate u) 
Show u => Show (Coordinate u) 
Num u => Translate (Coordinate u)