ixfx
Preparing search index...
@ixfx/geometry
Grids
applyBounds
Function applyBounds
applyBounds
(
grid
:
Grid
,
cell
:
GridCell
,
wrap
?:
GridBoundsLogic
,
)
:
undefined
|
GridCell
Calculates a legal position for a cell based on
grid
size and
bounds
wrapping logic.
Parameters
grid
:
Grid
cell
:
GridCell
wrap
:
GridBoundsLogic
= ...
Returns
undefined
|
GridCell
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Calculates a legal position for a cell based on
grid
size andbounds
wrapping logic.