ixfx
Preparing search index...
Geometry
Grids
Visit
columnLogic
Function columnLogic
columnLogic
(
opts
?:
Partial
<
Readonly
<
{
boundsWrap
:
Geometry
.
GridBoundsLogic
;
debug
:
boolean
;
reversed
:
boolean
;
start
:
Geometry
.
GridCell
;
visited
:
ISetMutable
<
Geometry
.
GridCell
>
;
}
,
>
,
>
,
)
:
Geometry
.
GridNeighbourSelectionLogic
Visits cells running down columns, left-to-right.
Parameters
opts
:
Partial
<
Readonly
<
{
boundsWrap
:
Geometry
.
GridBoundsLogic
;
debug
:
boolean
;
reversed
:
boolean
;
start
:
Geometry
.
GridCell
;
visited
:
ISetMutable
<
Geometry
.
GridCell
>
;
}
,
>
,
>
= {}
Options
Returns
Geometry
.
GridNeighbourSelectionLogic
Visitor generator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Visits cells running down columns, left-to-right.