| |
|
| java.lang.Object javax.media.j3d.PickShape javax.media.j3d.PickPoint
Constructor Summary | |
public | PickPoint() Constructs a PickPoint using a default point. | public | PickPoint(Point3d location) Constructs a PickPoint from the specified parameter. |
location | Point3d location(Code) | | |
PickPoint | public PickPoint()(Code) | | Constructs a PickPoint using a default point.
The point is initialized to (0,0,0).
|
PickPoint | public PickPoint(Point3d location)(Code) | | Constructs a PickPoint from the specified parameter.
Parameters: location - the pick point. |
get | public void get(Point3d location)(Code) | | Gets the position of this PickPoint.
Parameters: location - returns the current pick point. |
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(Point3d location)(Code) | | Sets the position of this PickPoint to the specified value.
Parameters: location - the new pick point. |
|
|
|