Uses of Class
georegression.struct.curve.ParabolaGeneral_F32
Packages that use ParabolaGeneral_F32
-
Uses of ParabolaGeneral_F32 in georegression.geometry
Methods in georegression.geometry that return ParabolaGeneral_F32Modifier and TypeMethodDescriptionstatic ParabolaGeneral_F32UtilCurves_F32.convert(ConicGeneral_F32 src, @Nullable ParabolaGeneral_F32 dst) Converts the conic into a parabola.static ParabolaGeneral_F32UtilCurves_F32.convert(ParabolaParametric_F32 src, @Nullable ParabolaGeneral_F32 dst) Methods in georegression.geometry with parameters of type ParabolaGeneral_F32Modifier and TypeMethodDescriptionstatic voidUtilParabola_F32.axisOfSymmetry(ParabolaGeneral_F32 parabola, LineGeneral2D_F32 axis) static ParabolaGeneral_F32UtilCurves_F32.convert(ConicGeneral_F32 src, @Nullable ParabolaGeneral_F32 dst) Converts the conic into a parabola.static ConicGeneral_F32UtilCurves_F32.convert(ParabolaGeneral_F32 src, @Nullable ConicGeneral_F32 dst) Converts the parabola into a conic.static ParabolaParametric_F32UtilCurves_F32.convert(ParabolaGeneral_F32 src, @Nullable ParabolaParametric_F32 dst) static ParabolaGeneral_F32UtilCurves_F32.convert(ParabolaParametric_F32 src, @Nullable ParabolaGeneral_F32 dst) -
Uses of ParabolaGeneral_F32 in georegression.struct.curve
Methods in georegression.struct.curve that return ParabolaGeneral_F32Modifier and TypeMethodDescriptionParabolaGeneral_F32.setTo(float a, float c, float d, float e, float f) ParabolaGeneral_F32.setTo(ParabolaGeneral_F32 original) Methods in georegression.struct.curve with parameters of type ParabolaGeneral_F32Modifier and TypeMethodDescriptionbooleanParabolaGeneral_F32.isEquivalent(ParabolaGeneral_F32 parabola, float tol) Determines if they are equivalent up to a scale factorfloatParabolaGeneral_F32.relativeScale(ParabolaGeneral_F32 parabola) ParabolaGeneral_F32.setTo(ParabolaGeneral_F32 original) Constructors in georegression.struct.curve with parameters of type ParabolaGeneral_F32