Class Point


  • public class Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point​(double[] x, double[] y)  
      Point​(double d, double d0)  
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • Point

        public Point​(double d,
                     double d0)
      • Point

        public Point​(double[] x,
                     double[] y)
    • Method Detail

      • dist

        public static double dist​(Point p0,
                                  Point get)