ixfx
Preparing search index...
Geometry
Grids
Visit
withLogic
Function withLogic
withLogic
(
logic
:
Geometry
.
GridNeighbourSelectionLogic
,
options
?:
Partial
<
Readonly
<
{
boundsWrap
:
Geometry
.
GridBoundsLogic
;
debug
:
boolean
;
reversed
:
boolean
;
start
:
Geometry
.
GridCell
;
visited
:
ISetMutable
<
Geometry
.
GridCell
>
;
}
,
>
,
>
,
)
:
(
grid
:
Geometry
.
Grid
,
optionsOverride
?:
Partial
<
Readonly
<
{
boundsWrap
:
Geometry
.
GridBoundsLogic
;
debug
:
boolean
;
reversed
:
boolean
;
start
:
Geometry
.
GridCell
;
visited
:
ISetMutable
<
Geometry
.
GridCell
>
;
}
,
>
,
>
,
)
=>
Generator
<
Geometry
.
GridCell
,
any
,
any
>
Parameters
logic
:
Geometry
.
GridNeighbourSelectionLogic
options
:
Partial
<
Readonly
<
{
boundsWrap
:
Geometry
.
GridBoundsLogic
;
debug
:
boolean
;
reversed
:
boolean
;
start
:
Geometry
.
GridCell
;
visited
:
ISetMutable
<
Geometry
.
GridCell
>
;
}
,
>
,
>
= {}
Returns
(
grid
:
Geometry
.
Grid
,
optionsOverride
?:
Partial
<
Readonly
<
{
boundsWrap
:
Geometry
.
GridBoundsLogic
;
debug
:
boolean
;
reversed
:
boolean
;
start
:
Geometry
.
GridCell
;
visited
:
ISetMutable
<
Geometry
.
GridCell
>
;
}
,
>
,
>
,
)
=>
Generator
<
Geometry
.
GridCell
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...