Home
last modified time | relevance | path

Searched refs:ptSegDist (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java747 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
810 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
811 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
829 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
830 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java745 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
808 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
809 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
827 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
828 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java742 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
805 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
806 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
824 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
825 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java747 public static double ptSegDist(double x1, double y1, in ptSegDist() method in Line2D
810 public double ptSegDist(double px, double py) { in ptSegDist() method in Line2D
811 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
829 public double ptSegDist(Point2D pt) { in ptSegDist() method in Line2D
830 return ptSegDist(getX1(), getY1(), getX2(), getY2(), in ptSegDist()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/awt/geom/
H A DLine2D.h55 static jdouble ptSegDist(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
58 virtual jdouble ptSegDist(jdouble, jdouble);
59 virtual jdouble ptSegDist(::java::awt::geom::Point2D *);
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/awt/geom/
H A DLine2D.h55 static jdouble ptSegDist(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
58 virtual jdouble ptSegDist(jdouble, jdouble);
59 virtual jdouble ptSegDist(::java::awt::geom::Point2D *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/awt/geom/
H A DLine2D.h55 static jdouble ptSegDist(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
58 virtual jdouble ptSegDist(jdouble, jdouble);
59 virtual jdouble ptSegDist(::java::awt::geom::Point2D *);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/awt/geom/
H A DLine2D.h55 static jdouble ptSegDist(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
58 virtual jdouble ptSegDist(jdouble, jdouble);
59 virtual jdouble ptSegDist(::java::awt::geom::Point2D *);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/awt/geom/
H A DLine2D.h55 static jdouble ptSegDist(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
58 virtual jdouble ptSegDist(jdouble, jdouble);
59 virtual jdouble ptSegDist(::java::awt::geom::Point2D *);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/geom/
H A DLine2D.java362 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
407 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
409 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
421 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
423 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
H A DQuadCurve2D.java294 return Line2D.ptSegDist(x1, y1, x2, y2, cx, cy); in getFlatness()
360 return Line2D.ptSegDist(coords[offset], coords[offset + 1], in getFlatness()
402 return Line2D.ptSegDist(getX1(), getY1(), in getFlatness()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/geom/
H A DLine2D.java362 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
407 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
409 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
421 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
423 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
H A DQuadCurve2D.java294 return Line2D.ptSegDist(x1, y1, x2, y2, cx, cy); in getFlatness()
360 return Line2D.ptSegDist(coords[offset], coords[offset + 1], in getFlatness()
402 return Line2D.ptSegDist(getX1(), getY1(), in getFlatness()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/geom/
H A DLine2D.java457 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
502 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
504 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
516 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
518 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/geom/
H A DLine2D.java457 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
502 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
504 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
516 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
518 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/geom/
H A DLine2D.java457 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
502 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
504 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
516 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
518 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/geom/
H A DLine2D.java457 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
502 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
504 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
516 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
518 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/geom/
H A DLine2D.java457 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
502 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
504 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
516 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
518 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/geom/
H A DLine2D.java457 public static double ptSegDist(double x1, double y1, double x2, double y2, in ptSegDist() method in Line2D
502 public double ptSegDist(double px, double py) in ptSegDist() method in Line2D
504 return ptSegDist(getX1(), getY1(), getX2(), getY2(), px, py); in ptSegDist()
516 public double ptSegDist(Point2D p) in ptSegDist() method in Line2D
518 return ptSegDist(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY()); in ptSegDist()

12