Searched refs:x0p (Results 1 – 1 of 1) sorted by relevance
711 double x0p = (x0 * cosTheta + y0 * 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()749 double eta0 = Math.atan2((y0p - cy), (x0p - cx)); in drawArc()751 + (x0p - cx) + ") = " + Math.toDegrees(eta0)); in drawArc()