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