Uses of Class
georegression.struct.curve.PolynomialCubic1D_F64
Packages that use PolynomialCubic1D_F64
-
Uses of PolynomialCubic1D_F64 in georegression.fitting.curves
Methods in georegression.fitting.curves with parameters of type PolynomialCubic1D_F64Modifier 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
Methods in georegression.struct.curve that return PolynomialCubic1D_F64Modifier and TypeMethodDescriptionPolynomialCubic1D_F64.setTo
(double a, double b, double c, double d) PolynomialCubic1D_F64.setTo
(PolynomialCubic1D_F64 src) Methods in georegression.struct.curve with parameters of type PolynomialCubic1D_F64