#include <arpoint.h>
Public Member Functions | |
| ARPoint3D () | |
| Default constructor. | |
| ARPoint3D (T X, T Y, T Z) | |
| Initialisation constructor. | |
| void | Clear () |
| Resets x and y to 0. | |
| void | Set (T X, T Y, T Z) |
| Sets x and y in a single statement. | |
Public Attributes | |
| T | x |
| The column coordinate. | |
| T | y |
| The row coordinate. | |
| T | z |
| The depth coordinate. | |
1.3.9.1