Function BoxShape.extents

The box's half extents. The width, height and depth of this shape is twice the half extents.

Vector3 extents() nothrow @property @nogc;

void extents (
  Vector3 v
) nothrow @property @nogc;