javax.media.j3d
Class PickPoint

java.lang.Object
  |
  +--javax.media.j3d.PickShape
        |
        +--javax.media.j3d.PickPoint

public final class PickPoint
extends PickShape

A point to supply to the BranchGroup and Locale pick methods

See Also:
BranchGroup.pickAll(javax.media.j3d.PickShape), Locale.pickAll(javax.media.j3d.PickShape)

Constructor Summary
PickPoint()
          Create a PickPoint.
PickPoint(Point3d location)
          Create a PickPoint at location
 
Method Summary
 void get(Point3d location)
          Get the position of this PickPoint
 void set(Point3d location)
          Set the position of this PickPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickPoint

public PickPoint()
Create a PickPoint. The Point is initialised to (0,0,0)

PickPoint

public PickPoint(Point3d location)
Create a PickPoint at location
Method Detail

set

public void set(Point3d location)
Set the position of this PickPoint

get

public void get(Point3d location)
Get the position of this PickPoint