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