Uses of Class
javax.media.j3d.PickInfo.IntersectionInfo

Packages that use PickInfo.IntersectionInfo
com.sun.j3d.utils.pickfast Provides picking utility classes for the new core picking methods. 
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of PickInfo.IntersectionInfo in com.sun.j3d.utils.pickfast
 

Methods in com.sun.j3d.utils.pickfast that return PickInfo.IntersectionInfo
 PickInfo.IntersectionInfo PickIntersection.getIntersectionInfo()
          Gets the IntersectionInfo this intersection is part of.
 

Constructors in com.sun.j3d.utils.pickfast with parameters of type PickInfo.IntersectionInfo
PickIntersection(Transform3D localToVWorld, PickInfo.IntersectionInfo intersectionInfo)
          Constructor
 

Uses of PickInfo.IntersectionInfo in javax.media.j3d
 

Methods in javax.media.j3d that return PickInfo.IntersectionInfo
 PickInfo.IntersectionInfo[] PickInfo.getIntersectionInfos()
          Retrieves the reference to the array of intersection results in this PickInfo object.