Package org.faceless.graph.math
Contains "curves" which are plotted on
AbstractLineGraph
and subclasses.-
Class Summary Class Description Curve The abstract superclass for all curves.DataCurve A type of curve that represents data samples.FunctionCurve A Function Curve is the abstract superclass of any curves that represent a mathematical function.Matrix A simple class defining a mathematical matrix.Polynomial Represents a Polynomial Curve of any degree > 2.SimpleCurve A SimpleCurve is a curve that's just a wrapper around java functions likeMath.sin
orMath.tan
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" aDataCurve
.