BoundingBox.Size

Size type, a Vector with the same type and dimension.

struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
alias Size = Vector!(T, Dim)

Meta