• + 0 comments

    C++ Solution:

    vector findPoint(int px, int py, int qx, int qy) { return {2*qx - px, 2*qy - py}; }