You are viewing a single comment's thread. Return to all comments →
public static List findPoint(int px, int py, int qx, int qy) {
return Arrays.asList(2 * qx - px, 2 * qy - py); }
Seems like cookies are disabled on this browser, please enable them to open this website
Find the Point
You are viewing a single comment's thread. Return to all comments →
public static List findPoint(int px, int py, int qx, int qy) {