ixfx
Preparing search index...
Geometry
GridNeighbourSelector
Type Alias GridNeighbourSelector
GridNeighbourSelector
:
(
neighbours
:
ReadonlyArray
<
Geometry
.
GridNeighbour
>
,
)
=>
Geometry
.
GridNeighbour
|
undefined
Neighbour selector logic. For a given set of
neighbours
pick one to visit next.
Type declaration
(
neighbours
:
ReadonlyArray
<
Geometry
.
GridNeighbour
>
,
)
:
Geometry
.
GridNeighbour
|
undefined
Parameters
neighbours
:
ReadonlyArray
<
Geometry
.
GridNeighbour
>
Returns
Geometry
.
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.