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).

struct GeometrySingleton
@nogc nothrow
Array
buildBoxPlanes
(
in Vector3 extents
)

Meta