Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public Grid(
    IEnumerable<Rhombihexadel> cells,
    IEnumerable<Link<Rhombihexadel>> links = null,
    Func<Rhombihexadel, IEnumerable<Rhombihexadel>> getNeighbors = null
)

Summary

See Structure<TCell>(IEnumerable<TCell>, IEnumerable<Link<TCell>>, Func<TCell, IEnumerable<TCell>>).