NCSA Portfolio

ncsa.devices.virtual
Interface RotationControls

All Known Implementing Classes:
ButtonRotationControls, WheelControls

public interface RotationControls


Method Summary
 float getXAngle()
          Get the angle of Rotation around the X Axis
 float getYAngle()
          Get the angle or Rotation around the Y Axis
 float getZAngle()
          Get the angle or Rotation around the Z Axis
 void reset()
          Reset angles to original angle.
 

Method Detail

getXAngle

public float getXAngle()
Get the angle of Rotation around the X Axis

getYAngle

public float getYAngle()
Get the angle or Rotation around the Y Axis

getZAngle

public float getZAngle()
Get the angle or Rotation around the Z Axis

reset

public void reset()
Reset angles to original angle.

NCSA Portfolio

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