#include <Grid.h>
Public Methods | |
Grid (Options *) | |
Constructor. More... | |
void | getPoint (double, double, double &, double &) |
Gets the nearest point on the grid to any point. More... | |
Private Attributes | |
Options * | options |
Pointer to the options. |
|
Constructor. Initialises the Grid object.
|
|
Gets the nearest point on the grid to any point.
|