Rectangle.translate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Rectangle!T translate(T x, T y)
    struct Rectangle(T)
    nothrow @nogc pure @safe
    translate
    (
    T x
    ,
    T y
    )
  2. Rectangle!T translate(vec2t position)

Meta