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

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

Wumpus.Drawing.Connectors.Loop

Description

Open loop for a circle (useful for automata diagrams).

Synopsis

Documentation

loop :: (Real u, Floating u, InterpretUnit u, Tolerance u) => ConnectorQuery u (AbsPath u)Source

Note this has problems vis adding tips as the actual start and end points are synthesized.

loopPoints :: (Real u, Floating u) => u -> Point2 u -> Radian -> [Point2 u]Source

Note - intermediate names and quadrants represent a loop drawn upwards.