javax.media.j3d
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.
|
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 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.