Class Point


  • public class Point
    extends Object
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • Point

        public Point​(double x,
                     double y)
      • Point

        public Point()
      • Point

        public Point​(double[] vals)
    • Method Detail

      • set

        public void set​(double[] vals)
      • dot

        public double dot​(Point p)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • inside

        public boolean inside​(Rect r)