Class PolynomialQuadratic1D_F32

java.lang.Object
georegression.struct.curve.PolynomialQuadratic1D_F32
All Implemented Interfaces:
PolynomialCurve_F32

@Generated("georegression.struct.curve.PolynomialQuadratic1D_F64") public class PolynomialQuadratic1D_F32 extends Object implements PolynomialCurve_F32
Quadratic curve in 1D: f(x) = a + bx + c x2.

NOTE: The coefficient order is the reverse of what you will find for sake of consistency as the order of the polynomial is increased.