Uses of Class
spice.basic.Plane
-
Packages that use Plane Package Description spice.basic spice.tspice -
-
Uses of Plane in spice.basic
Methods in spice.basic with parameters of type Plane Modifier and Type Method Description Ellipse
Ellipse. project(Plane plane)
Project an Ellipse orthogonally onto a Plane.Constructors in spice.basic with parameters of type Plane Constructor Description EllipsePlaneIntercept(Ellipse ellipse, Plane plane)
Construct an Ellipse-Plane intercept from an Ellipse and a Plane.EllipsoidPlaneIntercept(Ellipsoid ellipsoid, Plane plane)
Construct an Ellipsoid-Plane intercept from an Ellipsoid and a Plane.Plane(Plane pl)
Copy constructor: this constructor creates a deep copy.RayPlaneIntercept(Ray ray, Plane plane)
Construct a ray-plane intercept from a Ray and a Plane. -
Uses of Plane in spice.tspice
-