Hosted by
|
Outlines
| | package Line_Lists | |
| Instance of generic package Lists with Lines.Line as the
component type. | |
| | type Outline_Access | |
| A list of lines, each of which may be either straight
(Lines.Line) or a quadratic (Lines.Quadratic) or cubic
(Lines.Cubic) bezier curve. | |
Step-by-step construction
| | procedure Add_Straight | |
| Add a straight line to an outline. | |
|
| | procedure Add_Cubic | |
| Add a cubic bezier curve to an outline. | |
|
|
|