Uses of Class
javax.media.j3d.PickRay

Uses of PickRay in javax.media.j3d
 

Methods in javax.media.j3d with parameters of type PickRay
 boolean Shape3D.intersect(SceneGraphPath path, PickRay pickRay, double[] dist)
          Checks whether the geometry in this shape node intersects with the specified pickRay.
 boolean Morph.intersect(SceneGraphPath path, PickRay pickRay, double[] dist)
          Deprecated. Checks whether the geometry in this morph node intersects with the specified pickRay.