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