Box.this
- this(bound_t min_, bound_t max_)
- this(T min_, T max_)
struct Box(T, int N)
@
nogc pure nothrow
static if(N == 1)
this
- this(T min_x, T min_y, T max_x, T max_y)
- this(T min_x, T min_y, T min_z, T max_x, T max_y, T max_z)
gfm math box Box
aliasesconstructorsfunctionspropertiesvariables