public abstract class PickCone extends PickShape
| Constructor and Description |
|---|
PickCone()
Constructs an empty PickCone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
getDirection(Vector3d direction)
Gets the direction of this PickCone.
|
void |
getOrigin(Point3d origin)
Gets the origin of this PickCone.
|
double |
getSpreadAngle()
Gets the spread angle of this PickCone.
|
public PickCone()
PI/64.public void getOrigin(Point3d origin)
origin - the Point3d object into which the origin will be copied.public void getDirection(Vector3d direction)
direction - the Vector3d object into which the direction
will be copied.public double getSpreadAngle()
Copyright © 2016–2022 SciJava. All rights reserved.