Uses of Class
spice.basic.Ellipse
-
Packages that use Ellipse Package Description spice.basic spice.tspice -
-
Uses of Ellipse in spice.basic
Fields in spice.basic declared as Ellipse Modifier and Type Field Description private Ellipse
EllipsoidPlaneIntercept. interceptEllipse
Methods in spice.basic that return Ellipse Modifier and Type Method Description Ellipse
EllipsoidPlaneIntercept. getIntercept()
Fetch the intercept.This method should be called only if the intercept was found.Ellipse
Ellipsoid. getLimb(Vector3 viewpt)
Find the limb of this Ellipsoid, as seen from a given viewing location.Ellipse
Ellipse. project(Plane plane)
Project an Ellipse orthogonally onto a Plane.Constructors in spice.basic with parameters of type Ellipse Constructor Description Ellipse(Ellipse el)
Copy constructor: this constructor creates a deep copy.EllipsePlaneIntercept(Ellipse ellipse, Plane plane)
Construct an Ellipse-Plane intercept from an Ellipse and a Plane. -
Uses of Ellipse in spice.tspice
-