public final class PickPoint extends PickShape
| Constructor and Description |
|---|
PickPoint()
Deprecated.
Constructs a PickPoint using a default point.
|
PickPoint(org.scijava.vecmath.Point3d location)
Deprecated.
Constructs a PickPoint from the specified parameter.
|
public PickPoint()
public PickPoint(org.scijava.vecmath.Point3d location)
location - the pick point.public void set(org.scijava.vecmath.Point3d location)
location - the new pick point.public void get(org.scijava.vecmath.Point3d location)
location - returns the current pick point.Copyright © 2015. All rights reserved.