public final class PickPoint extends PickShape
| Constructor | Description |
|---|---|
PickPoint() |
Deprecated.
Constructs a PickPoint using a default point.
|
PickPoint(javax.vecmath.Point3d location) |
Deprecated.
Constructs a PickPoint from the specified parameter.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
get(javax.vecmath.Point3d location) |
Deprecated.
Gets the position of this PickPoint.
|
void |
set(javax.vecmath.Point3d location) |
Deprecated.
Sets the position of this PickPoint to the specified value.
|
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 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.