ixfx
    Preparing search index...

    Type Alias GridNeighbourSelectionLogic

    GridNeighbourSelectionLogic: {
        getNeighbours?: Geometry.GridIdentifyNeighbours;
        select: Geometry.GridNeighbourSelector;
    }

    Logic to select the next cell based on a list of neighbours

    Type declaration