Class Point

    • Constructor Detail

      • Point

        public Point​(double x,
                     double y,
                     int index)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()
      • getIndex

        public int getIndex()