Class KvadraticInterpolation

    • Constructor Summary

      Constructors 
      Constructor Description
      KvadraticInterpolation​(int x1, int y1, int x2, int y2, int x3, int y3)
      Creates a new instance of LinearInterpolation
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getA()  
      double getB()  
      double getC()  
      int getY​(int x)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • KvadraticInterpolation

        public KvadraticInterpolation​(int x1,
                                      int y1,
                                      int x2,
                                      int y2,
                                      int x3,
                                      int y3)
        Creates a new instance of LinearInterpolation
    • Method Detail

      • getC

        public double getC()
      • getB

        public double getB()
      • getA

        public double getA()
      • main

        public static void main​(java.lang.String[] args)