Uses of Class
javax.media.ding3d.utils.picking.PickResult

Packages that use PickResult
javax.media.ding3d.utils.picking OBSOLETE: provides picking utility classes for the old picking methods. 
 

Uses of PickResult in javax.media.ding3d.utils.picking
 

Methods in javax.media.ding3d.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.