Portability | ghc |
---|---|
Stability | unstable |
Maintainer | Andy Gill <andygill@ku.edu> |
This module contains some basic shape generators, expressed as Board Bool
.
Documentation
straightline :: (Point, Point) -> R -> Board BoolSource
Given two Point
s, and a thickness, draw a line between the points.
line :: Line -> Double -> Board Bool