#include <arpoint.h>
Inheritance diagram for ARLib::Utility::ARPoint2D< T >:

Public Member Functions | |
| ARPoint2D () | |
| Default constructor. | |
| ARPoint2D (T X, T Y) | |
| Initialisation constructor. | |
| void | Clear () |
| Resets x and y to 0. | |
| void | Set (T X, T Y) |
| Sets x and y in a single statement. | |
| bool | MatchWithTolerance (const ARPoint2D &pt, T tolerance) |
Public Attributes | |
| T | x |
| The column coordinate. | |
| T | y |
| The row coordinate. | |
|
||||||||||||||||
|
Like doing an equals comparison but with a tolerance. |
1.3.9.1