|
|||||||||
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.PickCone
public abstract class PickCone
PickCone is the abstract base class of all cone pick shapes.
Constructor Summary | |
---|---|
PickCone()
Constructs an empty PickCone. |
Method Summary | |
---|---|
void |
getDirection(javax.vecmath.Vector3d direction)
Gets the direction of this PickCone. |
void |
getOrigin(javax.vecmath.Point3d origin)
Gets the origin of this PickCone. |
double |
getSpreadAngle()
Gets the spread angle of this PickCone. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PickCone()
PI/64
.
Method Detail |
---|
public void getOrigin(javax.vecmath.Point3d origin)
origin
- the Point3d object into which the origin will be copied.public void getDirection(javax.vecmath.Vector3d direction)
direction
- the Vector3d object into which the direction
will be copied.public double getSpreadAngle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |