Hosted by
 |
Straights
Straight lines.
 |  | type Straight_Record |  |
 | Straight line. |  |
 |  | type Straight |  |
 | 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. |  |
Param | Type | Description |
|
access This | Straight_Record |
|
|
|
 |  | procedure Scale |  |
 | Scale a line by a given factor. |  |
Param | Type | Description |
access This | Straight_Record |
|
|
|
 |  | procedure Translate |  |
 | Translate a line by a given offset. |  |
Param | Type | Description |
access This | Straight_Record |
|
|
|
 |  | function Way_Point |  |
 | Get one point from a straight line. |  |
Param | Type | Description |
|
access This | Straight_Record |
|
|
|
|
 |  | function Postscript |  |
 | Format a straight line for postscript output. |  |
Param | Type | Description |
access This | Straight_Record |
|
|
|
|
|