# Functions
NewBoxMinMax returns a new box using min max.
NewBoxOfSize returns a box of size centered at center.
NewMeshRectangularCuboid return a mesh forming a rectangular cuboid.
NewMeshSquareCuboid return a mesh forming a square cuboid Based on http://ilkinulas.github.io/development/unity/2016/04/30/cube-mesh-in-unity3d.html.
# Interfaces
Volume is a 3-d interface representing volumes like Boxes, Spheres, Capsules ...