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

PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>
Safe HaskellSafe-Infered

Wumpus.Drawing.Paths.Illustrate

Description

Illustrate a path - show the construction of its Bezier curves.

Synopsis

Documentation

path_as_control_box :: (Floating u, InterpretUnit u) => AbsPath u -> Graphic uSource

Illustrate the control points as a boxed path - Bezier curves are replaced with straight lines spanning the control points.