ada/postscript/outlines/

Postscript lines and curves. And an outline is a list of these.

outlines

Lists of lines.

lines

Abstract parent class for all the following.

straights

Straight lines between start and end point.

quadratics

Quadratic bezier curves, one control point.

cubics

Cubic bezier curves, two control points.