Searched defs:orderof (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCurve.java732 public static int orderof(double x1, double x2) { method in class:Curve
1018 System.out.println("final order = "+orderof(this.XforY(ymid),
1025 System.out.println("final order = "+orderof(this.XforY(ymid),
1028 return orderof(this.XforY(ymid), that.XforY(ymid));

Completed in 45 milliseconds