|
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.EllipsoidLineNearPoint
public class EllipsoidLineNearPoint
Class EllipsoidLineNearPoint represents the result of an Ellipsoid-Line near point computation.
Version 1.0.0 28-AUG-2009 (NJB)
Constructor Summary | |
---|---|
EllipsoidLineNearPoint(Ellipsoid ellipsoid,
Line line)
Construct an EllipsoidLineNearPoint from an Ellipsoid and a Line. |
Method Summary | |
---|---|
double |
getDistance()
Fetch the distance between the Ellipsoid and the Line. |
Vector3 |
getNearPoint()
Fetch the nearest point on the Ellipsoid to the Line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EllipsoidLineNearPoint(Ellipsoid ellipsoid, Line line) throws SpiceException
SpiceException
Method Detail |
---|
public Vector3 getNearPoint()
public double getDistance()
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |