ixfx
Preparing search index...
@ixfx/geometry
Grids
GridNeighbourSelector
Type Alias GridNeighbourSelector
GridNeighbourSelector
:
(
neighbours
:
readonly
GridNeighbour
[]
,
)
=>
GridNeighbour
|
undefined
Neighbour selector logic. For a given set of
neighbours
pick one to visit next.
Type declaration
(
neighbours
:
readonly
GridNeighbour
[]
)
:
GridNeighbour
|
undefined
Parameters
neighbours
:
readonly
GridNeighbour
[]
Returns
GridNeighbour
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Neighbour selector logic. For a given set of
neighbours
pick one to visit next.