Defined in File bonxai.hpp
The Grid class is used to store data in a cube. The size (DIM) of the cube can only be a power of 2.
For instance, given Grid(3), DIM will be 8 and SIZE 512 (8³)
Public Functions