Uses of Class
com.jme.intersection.IntersectionRecord

Packages that use IntersectionRecord
com.jme.bounding   
 

Uses of IntersectionRecord in com.jme.bounding
 

Methods in com.jme.bounding that return IntersectionRecord
 IntersectionRecord BoundingBox.intersectsWhere(Ray ray)
           
 IntersectionRecord BoundingCapsule.intersectsWhere(Ray ray)
           
 IntersectionRecord BoundingSphere.intersectsWhere(Ray ray)
           
abstract  IntersectionRecord BoundingVolume.intersectsWhere(Ray ray)
          determines if a ray intersects this bounding volume and if so, where.
 IntersectionRecord LineBoundingBox.intersectsWhere(Ray ray)
           
 IntersectionRecord OrientedBoundingBox.intersectsWhere(Ray ray)
           
 IntersectionRecord OrthogonalBoundingBox.intersectsWhere(Ray ray)