3 lines
105 B
Lua
3 lines
105 B
Lua
function growToNextRaster(value, raster, spacing)
|
|
return math.ceil((value+spacing)/raster)*raster
|
|
end |