Box.size

Sets size of the box assuming min point is the pivot.

  1. bound_t size [@property getter]
  2. bound_t size [@property setter]
    struct Box(T, int N)
    @property @nogc pure nothrow
    size

Return Value

Type: bound_t

Dimensions of the box.

Meta