find Cell With Minimum Elements
fun findCellWithMinimumElements(cells: List<RectangularGridSpatialModel2D.RectangularCell2D>): RectangularGridSpatialModel2D.RectangularCell2D
Finds the cell that has the least number of spatial elements
Return
the minimum cell
Parameters
cells
the cells to search, must not be empty