|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.j3d.PickShape | +--javax.media.j3d.PickPoint
PickPoint is a pick shape defined as a single point. It can be used as an argument to the picking methods in BranchGroup and Locale.
BranchGroup.pickAll(javax.media.j3d.PickShape)
,
Locale.pickAll(javax.media.j3d.PickShape)
Constructor Summary | |
PickPoint()
Constructs a PickPoint using a default point. |
|
PickPoint(Point3d location)
Constructs a PickPoint from the specified parameter. |
Method Summary | |
void |
get(Point3d location)
Gets the position of this PickPoint. |
void |
set(Point3d location)
Sets the position of this PickPoint to the specified value. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PickPoint()
public PickPoint(Point3d location)
location
- the pick point.Method Detail |
public void set(Point3d location)
location
- the new pick point.public void get(Point3d location)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |