Returns an Intersection object that represents the values for t that solve the vector equation p = o + t * d
where p is a point of intersection of the specified ray and the surface.
Returns an Intersection object that represents the ray-surface intersections
for the AbstractSurface object which is intersected closest to the origin of
the ray (>= 0).
Returns an Intersection object representing the points along the ray represented by the specified Ray object that intersection
between the ray and the cylinder represented by this Cylinder object occurs.
Returns an Intersection object representing the points along the ray represented by the specified Ray object that intersection
between the ray and the plane represented by this Plane object occurs.
Returns an array of double values representing the distance along the ray represented by the specified Ray object that intersection
between the ray and the polynomial surface represented by this Polynomial object occurs.
Returns an Intersection object representing the points along the ray represented
by the specified Ray object that intersection between the ray and the sphere
represented by this Sphere object occurs.
Returns an Intersection object representing the points along the ray represented by the specified Ray object that intersection
between the ray and the triangle represented by this Triangle object occurs.
Returns an Intersection object representing the point along the ray represented by the specified Ray object
that intersection between the ray and the surface represented by this AbstractSurfaceUI occurs.
Constructs a new Intersection object that represents an intersection between the specified
Ray and Surface objects at the specified points along the ray represented by the Ray object.
INTERSECTION -
Static variable in class net.sf.j3d.threeD.raytracer.primitives.CSG