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