addPoint abstract method

Point addPoint(
  1. Point point,
  2. Point Q
)

Implementation

Point addPoint(Point point, Point Q);