pub type CellCenter<const D: usize> = Point<D>;
Type that represent the point in the D dimensional space that lays at the center of a cell
D