PickConeRay
, PickConeSegment
public abstract class PickCone extends PickShape
Constructor | Description |
---|---|
PickCone() |
Constructs an empty PickCone.
|
Modifier and Type | Method | Description |
---|---|---|
void |
getDirection(javax.vecmath.Vector3d direction) |
Gets the direction of this PickCone.
|
void |
getOrigin(javax.vecmath.Point3d origin) |
Gets the origin of this PickCone.
|
double |
getSpreadAngle() |
Gets the spread angle of this PickCone.
|
public PickCone()
PI/64
.public void getOrigin(javax.vecmath.Point3d origin)
origin
- the Point3d object into which the origin will be copied.public void getDirection(javax.vecmath.Vector3d direction)
direction
- the Vector3d object into which the direction
will be copied.public double getSpreadAngle()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.