forest3D.control
Interface RotationControls

All Known Implementing Classes:
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.