cellular_raza_concepts

Type Alias CellularIdentifier

Source
pub type CellularIdentifier = (u64, u64);
Expand description

This is a unique identifier which is deterministic even in multi-threading situations. Its components are

  1. PlainIndex of Voxel where it was created
  2. Count the number of cells that have already been created in this voxel since simulation begin.