AnsiGL Wiki
A modern "graphics" API for text-based applications
Status: Pre-Alpha
Brought to you by:
nicrohobak
A Point is a simple 2-dimensional point (typically a position on a Surface.)
| Data Type | Name | Details |
|---|---|---|
| int | X | The X component of the Point |
| int | Y | The Y component of the Point |
| Name | Details |
|---|---|
| operator+ | Adds points together |
| operator- | Finds the difference between points |
| operator+= | As expected |
| operator-= | As expected |