Uses of Class
com.sun.j3d.utils.picking.PickResult

Packages that use PickResult
com.sun.j3d.utils.picking OBSOLETE: provides picking utility classes for the old picking methods. 
 

Uses of PickResult in com.sun.j3d.utils.picking
 

Methods in com.sun.j3d.utils.picking that return PickResult
 PickResult[] PickTool.pickAll()
          Selects all the nodes that intersect the PickShape.
 PickResult[] PickTool.pickAllSorted()
          Select all the nodes that intersect the PickShape, returned sorted.
 PickResult PickTool.pickAny()
          Select one of the nodes that intersect the PickShape
 PickResult PickTool.pickClosest()
          Select the closest node that intersects the PickShape.