Class Point

    • Constructor Detail

      • Point

        public Point​(double x,
                     double y)
        Constructor
        Parameters:
        x - abscissa
        y - ordinate
    • Method Detail

      • getX

        public double getX()
        Get abscissa
        Returns:
        abscissa
      • getY

        public double getY()
        get ordinate
        Returns:
        ordinate
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object