public class WandViewBehavior.TranslationListener6D extends WandViewBehavior.ListenerBase
| Modifier and Type | Field and Description |
|---|---|
private long |
buttonDownTime |
private double |
interval0 |
private double |
interval1 |
private double |
interval2 |
private double |
speedScaled |
private Vector3d |
v3d |
sensorToTracker, sensorToVworld, trackerToVworld, viewPlatformToVworld| Constructor and Description |
|---|
WandViewBehavior.TranslationListener6D(boolean reverse)
Construct a new translation button listener for a 6DOF sensor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dragged(SensorEvent e)
This method is called with each invocation of the
dispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. |
void |
pressed(SensorEvent e)
This method is called when a sensor's button is pressed.
|
conditionViewScale, endAction, getPhysicalToViewPlatformScale, getPhysicalToVirtualScale, initAction, isActive, released, transformAboutCenter, translateTransformclicked, readprivate long buttonDownTime
private double speedScaled
private double interval0
private double interval1
private double interval2
private Vector3d v3d
public WandViewBehavior.TranslationListener6D(boolean reverse)
reverse - if true, translate the view platform backwards;
otherwise, translate the view platform forwardspublic void pressed(SensorEvent e)
SensorButtonListenerpressed in interface SensorButtonListenerpressed in class WandViewBehavior.ListenerBasee - the sensor eventpublic void dragged(SensorEvent e)
SensorButtonListenerdispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. The sensor value has not
necessarily changed from the last drag event.dragged in interface SensorButtonListenerdragged in class SensorInputAdaptore - the sensor eventCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.