NCSA Portfolio

ncsa.devices.virtual
Interface PositionControls

All Known Implementing Classes:
ButtonPositionControls

public interface PositionControls


Method Summary
 void getPosition(javax.vecmath.Vector3f pos)
          Get the position
 void setPosition(javax.vecmath.Vector3f pos)
          Set the position
 void setStepRate(float stepRate)
          Increment added to position each time mouse is pressed or if the mouse is held down each time the Sensor is read
 

Method Detail

getPosition

public void getPosition(javax.vecmath.Vector3f pos)
Get the position

setPosition

public void setPosition(javax.vecmath.Vector3f pos)
Set the position

setStepRate

public void setStepRate(float stepRate)
Increment added to position each time mouse is pressed or if the mouse is held down each time the Sensor is read

NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved