inflatePoint method

void inflatePoint(
  1. Point<T> p
)

Implementation

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