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