in Grid2D interface getRadialLocations is defined with a double value
for 'dist'. But getRadialNeighbors in all implementing classes uses an
int for 'dist', although the value is only passed.
Implementing classes should accept double values in getRadialNeighbors
as well.