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