javax.media.j3d
public final class PickConeRay extends PickCone
BranchGroup.pickAll(javax.media.j3d.PickShape)
,
Locale.pickAll(javax.media.j3d.PickShape)
Constructor and Description |
---|
PickConeRay()
Constructs an empty PickConeRay.
|
PickConeRay(Point3d origin,
Vector3d direction,
double spreadAngle)
Constructs an infinite cone pick shape from the specified
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
set(Point3d origin,
Vector3d direction,
double spreadAngle)
Sets the parameters of this PickCone to the specified values.
|
getDirection, getOrigin, getSpreadAngle
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.