Any type of data.
The grid for which to compute the flooding.
A callback function used to determine if a cell is a one to flood.
Computes the flooding, using a line by line strategy.
The Position on which to start the computation.
The flooding result.
Generated using TypeDoc
Represents a "flood filler".
See: https://en.wikipedia.org/wiki/Flood_fill (Span Filling section)