void offsetPoint(Point<T> p)

Source

void offsetPoint(Point<T> p) {
  offset(p.x, p.y);
}