public final class PickCylinderRay extends PickCylinder
BranchGroup.pickAll(javax.media.j3d.PickShape)
,
Locale.pickAll(javax.media.j3d.PickShape)
Constructor | Description |
---|---|
PickCylinderRay() |
Constructs an empty PickCylinderRay.
|
PickCylinderRay(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d direction,
double radius) |
Constructs an infinite cylindrical ray pick shape from the specified
parameters.
|
Modifier and Type | Method | Description |
---|---|---|
void |
set(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d direction,
double radius) |
Sets the parameters of this PickCylinderRay to the specified values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDirection, getOrigin, getRadius
public PickCylinderRay()
public PickCylinderRay(javax.vecmath.Point3d origin, javax.vecmath.Vector3d direction, double radius)
origin
- the origin of the cylindrical ray.direction
- the direction of the cylindrical ray.radius
- the radius of the cylindrical ray.public void set(javax.vecmath.Point3d origin, javax.vecmath.Vector3d direction, double radius)
origin
- the origin of the cylindrical ray.direction
- the direction of the cylindrical ray.radius
- the radius of the cylindrical ray.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.