Class Point



  • public class Point
    extends Object
    • Field Summary

      Fields

      Modifier and Type Field and Description
      float x
       
      float y
       
    • Constructor Summary

      Constructors

      Constructor and Description
      Point(float x, float y)
       
    • Field Detail

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • Point

        public Point(float x,
                     float y)
    • Method Detail

      • getX

        public float getX()
      • getY

        public float getY()