void inflatePoint(Point<T> p)

Source

void inflatePoint(math.Point<T> p) {
  inflate(p.x, p.y);
}