offsetPoint method

void offsetPoint(
  1. Point<T> p
)

Implementation

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