Uses of Class
org.anchoranalysis.mpp.mark.conic.Ellipse
Packages that use Ellipse
Package
Description
Marks implementing conic sections.CalculationPart related to fitting
ellipses to points by least-squares.-
Uses of Ellipse in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic that return EllipseConstructors in org.anchoranalysis.mpp.mark.conic with parameters of type Ellipse -
Uses of Ellipse in org.anchoranalysis.plugin.points.calculate.ellipse
Methods in org.anchoranalysis.plugin.points.calculate.ellipse that return EllipseModifier and TypeMethodDescriptionObjectWithEllipse.getMark()The best-fit ellipse for the object.Constructors in org.anchoranalysis.plugin.points.calculate.ellipse with parameters of type EllipseModifierConstructorDescriptionObjectWithEllipse(ObjectMask object, Ellipse mark) Creates a newObjectWithEllipseinstance.