Checks in what cell x and y lands on.
cellX, cellY = whereInGrid(x,y,rectGrid)
If position is not in grid:
ok (Boolean): Always false If position is in grid:
cellX (Integer): Cell X
cellY (Integer): Cell Y