public final class PickPoint extends PickShape
| Modifier and Type | Field and Description |
|---|---|
(package private) Point3d |
location
Deprecated.
|
PICKBOUNDINGBOX, PICKBOUNDINGPOLYTOPE, PICKBOUNDINGSPHERE, PICKCONE, PICKCYLINDER, PICKPOINT, PICKRAY, PICKSEGMENT, PICKUNKNOWN| 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.
|
(package private) int |
getPickType()
Deprecated.
|
(package private) Point3d |
getStartPoint()
Deprecated.
|
(package private) boolean |
intersect(Bounds bounds,
Point4d pickPos)
Deprecated.
Return true if shape intersect with bounds.
|
void |
set(Point3d location)
Deprecated.
Sets the position of this PickPoint to the specified value.
|
(package private) PickShape |
transform(Transform3D t3d)
Deprecated.
|
Point3d location
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.final boolean intersect(Bounds bounds, Point4d pickPos)
PickShape transform(Transform3D t3d)
Point3d getStartPoint()
getStartPoint in class PickShapeint getPickType()
getPickType in class PickShapeCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.