Package de.grogra.ray.intersection

Interface Summary
BoundingVolume  
CellGenerator  
IntersectionProcessor An implementation of this interface encapsulates the algorithm of intersection determination of a single ray in a 3D-scene.
 

Class Summary
BoundingBox  
BoundingSphere  
CellGenerator.NextCellOutput  
DefaultCellGenerator  
DefaultIntersectionProcessor  
EndlCellGenerator  
IntersectionDescription  
Intersections This is a helpful utility class for intersection calculations.
Intersections.BoxInput  
Intersections.BoxIntersectionInput  
Intersections.BoxIntersectionLocalVariables  
Intersections.BoxLocalVariables  
Intersections.ConeInput  
Intersections.ConeLocalVariables  
Intersections.CylinderInput  
Intersections.CylinderLocalVariables  
Intersections.FrustumInput  
Intersections.FrustumLocalVariables  
Intersections.ObjectOutput  
Intersections.ParallelogramInput  
Intersections.ParallelogramLocalVariables  
Intersections.PlaneInput  
Intersections.PlaneLocalVariables  
Intersections.SphereInput  
Intersections.SphereIntersectionInput  
Intersections.SphereIntersectionLocalVariables  
Intersections.SphereLocalVariables This class is used to speed up the sphere intersection calculation.
OctreeCell  
OctreeIntersectionProcessor