public final class PickCylinderRay extends PickCylinder
BranchGroup.pickAll(org.scijava.java3d.PickShape),
Locale.pickAll(org.scijava.java3d.PickShape)| Constructor and Description |
|---|
PickCylinderRay()
Constructs an empty PickCylinderRay.
|
PickCylinderRay(org.scijava.vecmath.Point3d origin,
org.scijava.vecmath.Vector3d direction,
double radius)
Constructs an infinite cylindrical ray pick shape from the specified
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(org.scijava.vecmath.Point3d origin,
org.scijava.vecmath.Vector3d direction,
double radius)
Sets the parameters of this PickCylinderRay to the specified values.
|
getDirection, getOrigin, getRadiuspublic PickCylinderRay()
public PickCylinderRay(org.scijava.vecmath.Point3d origin,
org.scijava.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(org.scijava.vecmath.Point3d origin,
org.scijava.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 © 2015. All rights reserved.