Uses of Package
civitas.celestis.util.grid
Packages that use civitas.celestis.util.grid
-
Classes in civitas.celestis.util.grid used by civitas.celestis.math.matrixClassDescriptionThe base class for all grids, including primitive specialized grids.A static grid implemented using primitive arrays.A specialized grid which uses the primitive type
double. -
Classes in civitas.celestis.util.grid used by civitas.celestis.util.gridClassDescriptionA static grid implemented using primitive arrays.A grid which stores atomic references to objects instead of the objects themselves.The base class for all grids, including primitive specialized grids.A static grid implemented using primitive arrays.A specialized grid which uses the primitive type
double.A grid whose size can be changed without requiring re-instantiation.A static grid implemented using primitive arrays.A specialized grid which uses the primitive typefloat.A two-dimensional structure of elements.A grid whose data is stored as aHashMap.A static grid implemented using primitive arrays.A specialized grid which uses the primitive typeint.A static grid implemented using primitive arrays.A specialized grid which uses the primitive typelong.A variant of the array grid which features synchronization.