void copyFrom(Rectangle<T> r)

Source

void copyFrom(math.Rectangle<T> r) {
  setTo(r.left, r.top, r.width, r.height);
}