Box.translate

Translate this Box by x, y.

  1. Box translate(bound_t offset)
  2. Box translate(T x, T y)
    struct Box(T, int N)
    @nogc pure const nothrow
    static if(N >= 2)
    translate
    (
    T x
    ,
    T y
    )
  3. Box translate(T x, T y, T z)

Meta