Uses of Class
georegression.struct.curve.PolynomialCubic1D_F64
-
Uses of PolynomialCubic1D_F64 in georegression.fitting.curves
Modifier and TypeMethodDescriptionstatic boolean
FitCurve_F64.fitMM
(double[] data, int offset, int length, PolynomialCubic1D_F64 output, @Nullable org.ejml.data.DMatrix4x4 A) Fits points to the cubic polynomial. -
Uses of PolynomialCubic1D_F64 in georegression.struct.curve
Modifier and TypeMethodDescriptionPolynomialCubic1D_F64.setTo
(double a, double b, double c, double d) PolynomialCubic1D_F64.setTo
(PolynomialCubic1D_F64 src)