|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspice.basic.RayEllipsoidIntercept
public class RayEllipsoidIntercept
Class RayEllipsoidIntercept represents the result of a Ray-Ellipsoid intercept computation.
This is a low-level, "pure geometric" class having
functionality analogous to that provided
by the CSPICE routine surfpt_c. SPICE application developers
should consider using the high-level class
SurfaceIntercept
instead.
Version 1.0.0 03-DEC-2009 (NJB)
Constructor Summary | |
---|---|
RayEllipsoidIntercept(Ray ray,
Ellipsoid ellipsoid)
Construct a ray-ellipsoid intercept from a Ray and an Ellipsoid. |
Method Summary | |
---|---|
Vector3 |
getIntercept()
Fetch the intercept. |
boolean |
wasFound()
Fetch the found flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RayEllipsoidIntercept(Ray ray, Ellipsoid ellipsoid) throws SpiceException
SpiceException
Method Detail |
---|
public boolean wasFound()
public Vector3 getIntercept() throws PointNotFoundException
PointNotFoundException
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |