Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Grid(IEnumerable<Rhomb>, IEnumerable<Link<Rhomb>>, Func<Rhomb, IEnumerable<Rhomb>>)

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>>).