Hosted by
 |
Vectors
 |  | type Number |  |
 | Generic type for simple numbers.
Can be Integer or Float, for example. |  |
Vectors
 |  | type Vector |  |
 | A two-dimensional vector. |  |
 |  | function To_String |  |
 | Convert a vector to a string. |  |
|
Boxes
 |  | type Box |  |
 | A rectangular box, specified by coordinates of left bottom and
values increase from left to right, Y values increase from
bottom to top. |  |
 |  | function Get_Width |  |
 | Calculate the width of the box. |  |
|
 |  | function Get_Height |  |
 | Calculate the height of the box. |  |
|
 |  | function Get_Bottom_Left |  |
 | Get the bottom left corner. |  |
|
 |  | function Get_Top_Right |  |
 | Get the top right corner. |  |
|
|
|