AlgorithmsAggregateNeighborhoodTCell, TPoint Method (IGridTCell, TPoint, FuncTPoint, IEnumerableTPoint, TCell) |
Namespace: Gamelogic.Grids
public static void AggregateNeighborhood<TCell, TPoint>( IGrid<TCell, TPoint> grid, Func<TPoint, IEnumerable<TPoint>, TCell> aggregator ) where TPoint : Object, IGridPoint<TPoint>