Class DoublePoint


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

      Fields 
      Modifier and Type Field Description
      static DoublePoint ZERO  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoublePoint​(double x, double y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX()  
      double getY()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoublePoint

        public DoublePoint​(double x,
                           double y)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()