| |
|
| java.lang.Object javax.media.j3d.PickShape javax.media.j3d.PickBounds
PickBounds | final public class PickBounds extends PickShape (Code) | | PickBounds is a finite pick shape defined with a Bounds object. It can
be used as an argument to the picking methods in BranchGroup and Locale.
See Also: BranchGroup.pickAll See Also: Locale.pickAll |
Constructor Summary | |
public | PickBounds() Constructs an empty PickBounds. | public | PickBounds(Bounds boundsObject) Constructs a PickBounds from the specified bounds object. |
PickBounds | public PickBounds()(Code) | | Constructs an empty PickBounds. The bounds object is set to null.
|
PickBounds | public PickBounds(Bounds boundsObject)(Code) | | Constructs a PickBounds from the specified bounds object.
Parameters: boundsObject - the bounds of this PickBounds. |
get | public Bounds get()(Code) | | Gets the bounds object from this PickBounds.
the bounds. |
getPickType | int getPickType()(Code) | | |
getStartPoint | Point3d getStartPoint()(Code) | | |
intersect | final boolean intersect(Bounds bounds, Point4d pickPos)(Code) | | Return true if shape intersect with bounds.
The point of intersection is stored in pickPos.
|
set | public void set(Bounds boundsObject)(Code) | | Sets the bounds object of this PickBounds to the specified object.
Parameters: boundsObject - the new bounds of this PickBounds. |
|
|
|