PickCylinderRay
, PickCylinderSegment
public abstract class PickCylinder extends PickShape
Constructor | Description |
---|---|
PickCylinder() |
Constructs an empty PickCylinder.
|
Modifier and Type | Method | Description |
---|---|---|
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
|
public PickCylinder()
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 copiedCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.