|
|||||||||
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.PickSegment
public final class PickSegment
PickSegment is a line segment pick shape. 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 | |
---|---|
PickSegment()
Constructs an empty PickSegment. |
|
PickSegment(javax.vecmath.Point3d start,
javax.vecmath.Point3d end)
Constructs a line segment pick shape from the specified parameters. |
Method Summary | |
---|---|
void |
get(javax.vecmath.Point3d start,
javax.vecmath.Point3d end)
Gets the parameters from this PickSegment. |
void |
set(javax.vecmath.Point3d start,
javax.vecmath.Point3d end)
Sets the parameters of this PickSegment to the specified values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PickSegment()
public PickSegment(javax.vecmath.Point3d start, javax.vecmath.Point3d end)
start
- the start point of the line segment.end
- the end point of the line segment.Method Detail |
---|
public void set(javax.vecmath.Point3d start, javax.vecmath.Point3d end)
start
- the start point of the line segment.end
- the end point of the line segment.public void get(javax.vecmath.Point3d start, javax.vecmath.Point3d end)
start
- the Point3d object into which the start
point will be copied.end
- the Point3d object into which the end point
will be copied.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |