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(Point3d origin,
Vector3d direction,
double radius)
Constructs an infinite cylindrical ray pick shape from the specified
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
set(Point3d origin,
Vector3d direction,
double radius)
Sets the parameters of this PickCylinderRay to the specified values.
|
getDirection, getOrigin, getRadius
public PickCylinderRay()
public PickCylinderRay(Point3d origin, 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 © 2016–2022 SciJava. All rights reserved.