Declaration
public Grid(
IEnumerable<OctoCell> cells,
IEnumerable<Link<OctoCell>> links = null,
Func<OctoCell, IEnumerable<OctoCell>> getNeighbors = null
)
Summary
See
Structure<TCell>(IEnumerable<TCell>, IEnumerable<Link<TCell>>, Func<TCell, IEnumerable<TCell>>).