calcBox method

void calcBox()

Implementation

void calcBox(){
  box = bounds!.clone();

  // offset small ammount to account for regular grid
  box.minX -= 0.01;
  box.minY -= 0.01;
  box.minZ -= 0.01;
}