Crate rollgrid

Source

Modules§

bounds2d
bounds3d
grid2d
grid3d
math
rollgrid2d
rollgrid3d

Structs§

CellManager
Use the utility function cell_manager to create a CellManager.

Traits§

CellManage
A trait for managing cells during resize operations on grids.
TryCellManage
A trait for managing cells during fallible resize operations on grids.

Functions§

cell_manager
Creates a CellManager instance that implements CellManage using the given load, unload, and reload functions.
try_cell_manager
Creates a CellManager instance that implements TryCellManage using the given load, unload, and reload functions.