bounds
Represents the 3D bounding box of the cell.
The bounds are calculated based on the cell's position (x
, y
, z
) and the uniform size of the cell (cellSize
). It defines a cuboid in 3D space with its origin at (x * cellSize, y * cellSize, z * cellSize)
and dimensions defined by cellSize
along all three axes.
Return
A Box
representing the spatial boundary of the cell.