function growToNextRaster(value, raster, spacing) return math.ceil((value+spacing)/raster)*raster end