public final class PickRay extends PickShape
Constructor | Description |
---|---|
PickRay() |
Constructs an empty PickRay.
|
PickRay(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d direction) |
Constructs an infinite ray pick shape from the specified
parameters.
|
Modifier and Type | Method | Description |
---|---|---|
void |
get(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d direction) |
Retrieves the parameters from this PickRay.
|
void |
set(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d direction) |
Sets the parameters of this PickRay to the specified values.
|
public PickRay()
public PickRay(javax.vecmath.Point3d origin, javax.vecmath.Vector3d direction)
origin
- the origin of the ray.direction
- the direction of the ray.public void set(javax.vecmath.Point3d origin, javax.vecmath.Vector3d direction)
origin
- the origin of the ray.direction
- the direction of the ray.public void get(javax.vecmath.Point3d origin, javax.vecmath.Vector3d direction)
origin
- the Point3d object into which the origin will be copied.direction
- the Vector3d object into which the direction
will be copied.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.