public final class PickPoint extends PickShape
| Constructor and Description |
|---|
PickPoint()
Deprecated.
Constructs a PickPoint using a default point.
|
PickPoint(Point3d location)
Deprecated.
Constructs a PickPoint from the specified parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
get(Point3d location)
Deprecated.
Gets the position of this PickPoint.
|
void |
set(Point3d location)
Deprecated.
Sets the position of this PickPoint to the specified value.
|
public PickPoint()
public PickPoint(Point3d location)
location - the pick point.public void set(Point3d location)
location - the new pick point.public void get(Point3d location)
location - returns the current pick point.Copyright © 2016–2022 SciJava. All rights reserved.