Class PickShape

java.lang.Object
javax.media.j3d.PickShape
Direct Known Subclasses:
PickBounds, PickCone, PickCylinder, PickPoint, PickRay, PickSegment

public abstract class PickShape extends Object
An abstract class for describing a pick shape that can be used with the BranchGroup and Locale picking methods.
See Also:
  • Constructor Details

    • PickShape

      public PickShape()
      Constructs a PickShape object.