hps-0.16: Haskell Postscript

Safe HaskellSafe
LanguageHaskell98

Graphics.PS.Path.Graphs

Description

Set of predefined Paths.

Synopsis

Documentation

fractal_sqr :: Path Source #

Path of fractal_sqr_pt with inputs (250,250), (175,175), 12.

unitArrow :: Int -> Path Source #

A unit arrow.

erat :: Pt Double -> Double -> Path Source #

Isosceles right angled triangle

sierpinski :: Pt Double -> Double -> Double -> Path Source #

Sierpinski triangle.