• + 0 comments

    public static List findPoint(int px, int py, int qx, int qy) {

    return Arrays.asList(2 * qx - px, 2 * qy - py);
    }