Package georegression.struct.curve
Interface PolynomialCurve_F32
- All Superinterfaces:
MapFormattable
- All Known Implementing Classes:
PolynomialCubic1D_F32,PolynomialGeneral1D_F32,PolynomialQuadratic1D_F32
@Generated("georegression.struct.curve.PolynomialCurve_F64")
public interface PolynomialCurve_F32
extends MapFormattable
Interface for all polynomials
-
Method Summary
Methods inherited from interface org.ejml.MapFormattable
formatMap, formatMap
-
Method Details
-
get
float get(int coefficient) -
set
void set(int coefficient, float value) -
size
int size()Number of coeffients -
degree
int degree()Polynomial's degree. This is the number of coefficients minus one. -
zero
void zero()Sets all coefficients to zero
-