operator + abstract method

AbstractPoint operator +(
  1. AbstractPoint other
)

Adds another point to this point.

Implementation

AbstractPoint operator +(AbstractPoint other);