Uses of Class
georegression.struct.curve.ParabolaGeneral_F32
-
Uses of ParabolaGeneral_F32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic ParabolaGeneral_F32
UtilCurves_F32.convert
(ConicGeneral_F32 src, @Nullable ParabolaGeneral_F32 dst) Converts the conic into a parabola.static ParabolaGeneral_F32
UtilCurves_F32.convert
(ParabolaParametric_F32 src, @Nullable ParabolaGeneral_F32 dst) Modifier and TypeMethodDescriptionstatic void
UtilParabola_F32.axisOfSymmetry
(ParabolaGeneral_F32 parabola, LineGeneral2D_F32 axis) static ParabolaGeneral_F32
UtilCurves_F32.convert
(ConicGeneral_F32 src, @Nullable ParabolaGeneral_F32 dst) Converts the conic into a parabola.static ConicGeneral_F32
UtilCurves_F32.convert
(ParabolaGeneral_F32 src, @Nullable ConicGeneral_F32 dst) Converts the parabola into a conic.static ParabolaParametric_F32
UtilCurves_F32.convert
(ParabolaGeneral_F32 src, @Nullable ParabolaParametric_F32 dst) static ParabolaGeneral_F32
UtilCurves_F32.convert
(ParabolaParametric_F32 src, @Nullable ParabolaGeneral_F32 dst) -
Uses of ParabolaGeneral_F32 in georegression.struct.curve
Modifier and TypeMethodDescriptionParabolaGeneral_F32.setTo
(float a, float c, float d, float e, float f) ParabolaGeneral_F32.setTo
(ParabolaGeneral_F32 original) Modifier and TypeMethodDescriptionboolean
ParabolaGeneral_F32.isEquivalent
(ParabolaGeneral_F32 parabola, float tol) Determines if they are equivalent up to a scale factorfloat
ParabolaGeneral_F32.relativeScale
(ParabolaGeneral_F32 parabola) ParabolaGeneral_F32.setTo
(ParabolaGeneral_F32 original)