BoundingBox.Point

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

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

Meta