Classes | |
| struct | Grid |
| A structure representing a grid as a matrix of points. More... | |
| struct | Line |
| A class representing a line as two end points. More... | |
| struct | LineRT |
| A class representing a line as the angle and the distance from the origin. More... | |
| struct | Point |
| A class representing a point in a 2-dimensional space. More... | |
Functions | |
| float | rad (float angle) |
| Convert degrees to radians. | |
| float | deg (float angle) |
| Convert radians to degrees. | |
|
|
Convert radians to degrees.
|
|
|
Convert degrees to radians.
|
1.3.4