BoundingBox.abs

Returns a copy of BoundingBox with sorted corners, so that size only presents non-negative values.

struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
const
abs
()
if (
Dim > 0
)

Meta