|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.PickShape
javax.media.j3d.PickPoint
public final class 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)
,
PickBounds
Constructor Summary | |
---|---|
PickPoint()
Deprecated. Constructs a PickPoint using a default point. |
|
PickPoint(javax.vecmath.Point3d location)
Deprecated. Constructs a PickPoint from the specified parameter. |
Method Summary | |
---|---|
void |
get(javax.vecmath.Point3d location)
Deprecated. Gets the position of this PickPoint. |
void |
set(javax.vecmath.Point3d location)
Deprecated. Sets the position of this PickPoint to the specified value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PickPoint()
public PickPoint(javax.vecmath.Point3d location)
location
- the pick point.Method Detail |
---|
public void set(javax.vecmath.Point3d location)
location
- the new pick point.public void get(javax.vecmath.Point3d location)
location
- returns the current pick point.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |