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