Box.this
- this(Bound min_, Bound max_)
- this(T min_, T max_)
struct Box(T, size_t N)
@
safe @
nogc pure nothrow
static if(N == 1u)
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)
gl3n_extra box Box
aliasesconstructorsfunctionsvariables