Hosted by
 |
Vectors
 |  | type Number |  |
 | Generic type for simple numbers.
Can be Integer or Float, for example. |  |
Vectors
 |  | type Vector |  |
 | A two-dimensional vector. |  |
Vector operations
 |  | function To_String |  |
 | Convert a vector to a string. |  |
|
 |  | function To_String |  |
 | Convert a vector to a string, with explicit tolerance. |  |
|
Rectangles
 |  | type Rectangle |  |
 | A rectangle, specified by coordinates of top left and bottom
right corner. X values increase from left to right, Y values
increase from top to bottom. |  |
Rectangle calculations
 |  | function Max |  |
 | Calculate a bounding box. |  |
|
Rectangle sizes
 |  | function Get_Width |  |
 | Calculate the width of the rectangle. |  |
|
 |  | function Get_Height |  |
 | Calculate the height of the rectangle. |  |
|
Rectangle coordinates
 |  | function Get_Bottom_Left |  |
 | Get the bottom left corner. |  |
|
 |  | function Get_Top_Right |  |
 | Get the top right corner. |  |
|
 |  | function Get_Bottom_Right |  |
 | Get the bottom left corner. |  |
|
 |  | function Get_Top_Left |  |
 | Get the top right corner. |  |
|
String conversion
 |  | function To_String |  |
 | Convert a rectangle to a string, with explicit tolerance. |  |
|
 |  | function To_String |  |
 | Convert a rectangle to a string, with explicit tolerance. |  |
|
|
|