Hosted by
|
Straights
Straight lines.
| | type Straight | |
| Straight line. | |
| | type Straight_Access | |
| Access type for straight lines. | |
| | function Create | |
| Create a straight line. | |
|
| | function Length | |
| Calculate the length of this line. Results are cached for
reuse. So make sure the starting point always remain the same
between calls. | |
|
| | procedure Scale | |
| Scale a line by a given factor. | |
|
| | procedure Translate | |
| Translate a line by a given offset. | |
|
| | function Way_Point | |
| Get one point from a straight line. | |
|
| | function To_SVG | |
| Format a straight line for Scalable Vector Graphics output. | |
|
| | function To_Postscript | |
| Format a straight line for postscript output. | |
|
|
|