BoundingBox.empty

Returns whether BoundingBox have any non-positive size values.

struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
@property const
bool
empty
()
if (
Dim > 0
)

Meta