Uses of Class
org.faceless.graph.math.FunctionCurve

Packages that use FunctionCurve
org.faceless.graph.math Contains "curves" which are plotted on AbstractLineGraph and subclasses. 
 

Uses of FunctionCurve in org.faceless.graph.math
 

Subclasses of FunctionCurve in org.faceless.graph.math
 class Polynomial
           Represents a Polynomial Curve of any degree > 2.
 class SimpleCurve
          A SimpleCurve is a curve that's just a wrapper around java functions like Math.sin or Math.tan
 class Spline
           Create a Spline Curve, or more accurately a sequence of spline curves which can be used to interpolate or approximate, or just plain "Smooth" a DataCurve.
 



Copyright © 2001-2012 Big Faceless Organization