wumpus-drawing-0.1.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.

Synopsis

Documentation

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

rectangle : width * height -> shape