Field |
public void ToGrid( out double row, out double column, double[] position )
This method will return the grid position as fractional value. The closest grid point can be evaluated by rounding the returned values to the nearest integer value.
For the calculation of row and column only the position's X and Y are required. Z will be ignored
If the position lies outside the beam field, then the returned row and column will return values that are outside the legal boundaries of the correction table.