wumpus-drawing-0.2.0: High-level drawing objects built on Wumpus-Basic.

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

Wumpus.Drawing.Shapes.Rectangle

Description

Rectangle shape.

Note - CardinalAnchor2 (northeast etc.) point to their radial positions (this is a change since earlier versions).

Synopsis

Documentation

rectangle :: (Real u, Floating u, FromPtSize u) => u -> u -> Shape u (Rectangle u)Source

rectangle : width * height -> shape