Uses of Class
org.anchoranalysis.mpp.mark.conic.Ellipsoid
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.mark.conic |
Marks implementing conic sections. |
-
Uses of Ellipsoid in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic with parameters of type Ellipsoid Modifier and Type Method Description static double[]EllipsoidUtilities. normalisedRadii(Ellipsoid mark, Optional<Resolution> resolution)Calculates the normalized radii of an Ellipsoid mark, taking into account rotation and optional resolution.Constructors in org.anchoranalysis.mpp.mark.conic with parameters of type Ellipsoid Constructor Description Ellipsoid(Ellipsoid src)Creates a new Ellipsoid by copying an existing one.