|
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.EllipsePlaneIntercept
public class EllipsePlaneIntercept
Class EllipsePlaneIntercept represents the result of an ellipse-plane intercept computation.
Each EllipsePlaneIntercept instance consists of
Applications using this class should call the wasFound()
method before attempting to retrieve the points of intersection.
Field Summary | |
---|---|
static int |
INFINITY
|
Constructor Summary | |
---|---|
EllipsePlaneIntercept(Ellipse ellipse,
Plane plane)
Construct an Ellipse-Plane intercept from an Ellipse and a Plane. |
Method Summary | |
---|---|
int |
getInterceptCount()
Fetch the intercept count. |
Vector3[] |
getIntercepts()
Fetch the intercepts. |
boolean |
wasFound()
Indicate that a finite intersection exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INFINITY
Constructor Detail |
---|
public EllipsePlaneIntercept(Ellipse ellipse, Plane plane) throws SpiceException
SpiceException
Method Detail |
---|
public int getInterceptCount()
public boolean wasFound()
public Vector3[] getIntercepts() throws PointNotFoundException
PointNotFoundException
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |