public abstract class PickCylinder extends PickShape
Constructor and Description |
---|
PickCylinder()
Constructs an empty PickCylinder.
|
Modifier and Type | Method and Description |
---|---|
void |
getDirection(Vector3d direction)
Gets the direction of this cylinder.
|
void |
getOrigin(Point3d origin)
Gets the origin point of this cylinder object.
|
double |
getRadius()
Gets the radius of this cylinder object
|
public PickCylinder()
public void getOrigin(Point3d origin)
origin
- the Point3d object into which the origin
point will be copiedpublic double getRadius()
public void getDirection(Vector3d direction)
direction
- the Vector3d object into which the direction
will be copiedCopyright © 2016–2022 SciJava. All rights reserved.