Function GeometrySingleton.buildBoxPlanes

Returns an array with 6 Planes that describe the sides of a box centered at the origin. The box size is defined by extents, which represents one (positive) corner of the box (i.e. half its actual size).

Array buildBoxPlanes (
  const(Vector3) extents
) nothrow @nogc;