Variable AxisAlignedBoundingBox.extent

The extent in each direction the AABB extends from the initial point (eg.)

class AxisAlignedBoundingBox
{
  // ...
  Vector!(T,dimensions) extent ;
  // ...
}