|
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.RayPlaneIntercept
public class RayPlaneIntercept
Class RayPlaneIntercept represents the result of a ray-plane intercept computation.
Version 1.0.0 08-DEC-2009 (NJB)
Field Summary | |
---|---|
static int |
INFINITY
|
Constructor Summary | |
---|---|
RayPlaneIntercept(Ray ray,
Plane plane)
Construct a ray-plane intercept from a Ray and a Plane. |
Method Summary | |
---|---|
Vector3 |
getIntercept()
Fetch the intercept. |
int |
getInterceptCount()
Fetch the intercept count. |
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 RayPlaneIntercept(Ray ray, Plane plane) throws SpiceException
SpiceException
Method Detail |
---|
public int getInterceptCount()
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 |