Class Cubic
- java.lang.Object
-
- org.hortonmachine.gears.utils.math.interpolation.splines.Cubic
-
public class Cubic extends Object
This class represents a cubic polynomial- Author:
- Tim Lambert (http://www.cse.unsw.edu.au/~lambert/)
-
-
Constructor Summary
Constructors Constructor Description Cubic(double a, double b, double c, double d)
-