Documentation of 'org.ddogleg.solver.FitQuadratic2D' Java class
FitQuadratic2D
org.ddogleg.solver

Class FitQuadratic2D



  • public class FitQuadratic2D
    extends java.lang.Object
    Quadratic solver for an arbitrary 2D region
    • Constructor Summary

      Constructors 
      Constructor and Description
      FitQuadratic2D() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void add(double x, double y, double value) 
      double getFoundX() 
      double getFoundY() 
      boolean process() 
      void reset() 
      • Methods inherited from class java.lang.Object

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

      • FitQuadratic2D

        public FitQuadratic2D()
    • Method Detail

      • reset

        public void reset()
      • add

        public void add(double x,
                        double y,
                        double value)
      • process

        public boolean process()
      • getFoundX

        public double getFoundX()
      • getFoundY

        public double getFoundY()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.