Package javax.media.j3d
Class PickShape
- java.lang.Object
-
- javax.media.j3d.PickShape
-
- Direct Known Subclasses:
PickBounds
,PickCone
,PickCylinder
,PickPoint
,PickRay
,PickSegment
public abstract class PickShape extends java.lang.Object
An abstract class for describing a pick shape that can be used with the BranchGroup and Locale picking methods.
-
-
Constructor Summary
Constructors Constructor Description PickShape()
Constructs a PickShape object.
-