|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.PickShape
javax.media.j3d.PickPoint
public final class PickPoint
PickPoint is a pick shape defined as a single point. It can be used as an argument to the picking methods in BranchGroup and Locale.
BranchGroup.pickAll(javax.media.j3d.PickShape)
,
Locale.pickAll(javax.media.j3d.PickShape)
,
PickBounds
Field Summary | |
---|---|
(package private) Point3d |
location
Deprecated. |
Fields inherited from class javax.media.j3d.PickShape |
---|
PICKBOUNDINGBOX, PICKBOUNDINGPOLYTOPE, PICKBOUNDINGSPHERE, PICKCONE, PICKCYLINDER, PICKPOINT, PICKRAY, PICKSEGMENT, PICKUNKNOWN |
Constructor Summary | |
---|---|
PickPoint()
Deprecated. Constructs a PickPoint using a default point. |
|
PickPoint(Point3d location)
Deprecated. Constructs a PickPoint from the specified parameter. |
Method Summary | |
---|---|
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. |
Methods inherited from class javax.media.j3d.PickShape |
---|
distance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Point3d location
Constructor Detail |
---|
public PickPoint()
public PickPoint(Point3d location)
location
- the pick point.Method Detail |
---|
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)
intersect
in class PickShape
PickShape transform(Transform3D t3d)
transform
in class PickShape
Point3d getStartPoint()
getStartPoint
in class PickShape
int getPickType()
getPickType
in class PickShape
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |