Uses of Class
georegression.struct.curve.ParabolaGeneral_F64
-
Uses of ParabolaGeneral_F64 in georegression.geometry
Modifier and TypeMethodDescriptionstatic ParabolaGeneral_F64
UtilCurves_F64.convert
(ConicGeneral_F64 src, @Nullable ParabolaGeneral_F64 dst) Converts the conic into a parabola.static ParabolaGeneral_F64
UtilCurves_F64.convert
(ParabolaParametric_F64 src, @Nullable ParabolaGeneral_F64 dst) Modifier and TypeMethodDescriptionstatic void
UtilParabola_F64.axisOfSymmetry
(ParabolaGeneral_F64 parabola, LineGeneral2D_F64 axis) static ParabolaGeneral_F64
UtilCurves_F64.convert
(ConicGeneral_F64 src, @Nullable ParabolaGeneral_F64 dst) Converts the conic into a parabola.static ConicGeneral_F64
UtilCurves_F64.convert
(ParabolaGeneral_F64 src, @Nullable ConicGeneral_F64 dst) Converts the parabola into a conic.static ParabolaParametric_F64
UtilCurves_F64.convert
(ParabolaGeneral_F64 src, @Nullable ParabolaParametric_F64 dst) static ParabolaGeneral_F64
UtilCurves_F64.convert
(ParabolaParametric_F64 src, @Nullable ParabolaGeneral_F64 dst) -
Uses of ParabolaGeneral_F64 in georegression.struct.curve
Modifier and TypeMethodDescriptionParabolaGeneral_F64.setTo
(double a, double c, double d, double e, double f) ParabolaGeneral_F64.setTo
(ParabolaGeneral_F64 original) Modifier and TypeMethodDescriptionboolean
ParabolaGeneral_F64.isEquivalent
(ParabolaGeneral_F64 parabola, double tol) Determines if they are equivalent up to a scale factordouble
ParabolaGeneral_F64.relativeScale
(ParabolaGeneral_F64 parabola) ParabolaGeneral_F64.setTo
(ParabolaGeneral_F64 original)