- java.lang.Object
-
- spice.tspice.TestEllipsoidPlaneIntercept
-
public class TestEllipsoidPlaneIntercept extends java.lang.Object
Class TestEllipsoidPlaneIntercept provides methods that implement test families for the class EllipsoidPlaneInterceptVersion 1.0.0 17-DEC-2016 (NJB)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static double
a
(package private) static double
b
(package private) static Plane
badPlane
(package private) static double
c
(package private) static Vector3
centerIntercept
(package private) static Vector3
centerLimb
(package private) static Ellipse
ellipse
(package private) static double[]
ellipseArray
(package private) static Ellipsoid
ellipsoid
(package private) static boolean
found
(package private) static EllipsoidPlaneIntercept
intercept
(package private) static EllipsoidPlaneIntercept
intercept1
(package private) static EllipsoidPlaneIntercept
intercept2
(package private) static Ellipse
limb
(package private) static Plane
limbPlane
(package private) static boolean
ok
(package private) static Plane
plane
(package private) static double[]
planeArray
(package private) static int
PLNSIZ
(package private) static Vector3
smajorIntercept
(package private) static Vector3
smajorLimb
(package private) static Vector3
sminorIntercept
(package private) static Vector3
sminorLimb
(package private) static double
TIGHT
(package private) static double
tol
(package private) static Vector3
viewpt
(package private) static Vector3
z
-
Constructor Summary
Constructors Constructor Description TestEllipsoidPlaneIntercept()
-
Method Summary
Modifier and Type Method Description static boolean
f_EllipsoidPlaneIntercept()
Test EllipsoidPlaneIntercept methods.
-
-
-
Field Detail
-
TIGHT
static final double TIGHT
- See Also:
- Constant Field Values
-
PLNSIZ
static final int PLNSIZ
- See Also:
- Constant Field Values
-
found
static boolean found
-
ok
static boolean ok
-
ellipse
static Ellipse ellipse
-
limb
static Ellipse limb
-
ellipsoid
static Ellipsoid ellipsoid
-
intercept
static EllipsoidPlaneIntercept intercept
-
intercept1
static EllipsoidPlaneIntercept intercept1
-
intercept2
static EllipsoidPlaneIntercept intercept2
-
badPlane
static Plane badPlane
-
limbPlane
static Plane limbPlane
-
plane
static Plane plane
-
centerLimb
static Vector3 centerLimb
-
centerIntercept
static Vector3 centerIntercept
-
smajorLimb
static Vector3 smajorLimb
-
smajorIntercept
static Vector3 smajorIntercept
-
sminorLimb
static Vector3 sminorLimb
-
sminorIntercept
static Vector3 sminorIntercept
-
viewpt
static Vector3 viewpt
-
z
static Vector3 z
-
a
static double a
-
b
static double b
-
c
static double c
-
ellipseArray
static double[] ellipseArray
-
planeArray
static double[] planeArray
-
tol
static double tol
-
-
Method Detail
-
f_EllipsoidPlaneIntercept
public static boolean f_EllipsoidPlaneIntercept() throws SpiceException
Test EllipsoidPlaneIntercept methods.- Returns:
- Throws:
SpiceException
-
-