Class Fitter.Point

  • Enclosing class:
    Fitter

    public static class Fitter.Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double w  
      double x  
      double y  
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public final double x
      • y

        public final double y
      • w

        public final double w
    • Constructor Detail

      • Point

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