Searched refs:x1p (Results 1 – 1 of 1) sorted by relevance
713 double x1p = (x1 * cosTheta + y1 * sinTheta) / a; in drawArc() local715 LOGGER.log(Level.FINE, "unit space (" + x0p + "," + y0p + ")-(" + x1p in drawArc()718 double dx = x0p - x1p; in drawArc()720 double xm = (x0p + x1p) / 2; in drawArc()753 double eta1 = Math.atan2((y1p - cy), (x1p - cx)); in drawArc()755 + (x1p - cx) + ") = " + Math.toDegrees(eta1)); in drawArc()