Race
Class Movement

java.lang.Object
  |
  +--Race.Movement

public class Movement
extends java.lang.Object


Field Summary
 Scene scene
           
 int sceneOK
           
 double throttle
           
 double wheel
           
 
Constructor Summary
Movement()
           
 
Method Summary
 int createWorld()
           
 float[] getRotation()
           
 float[] getTireRotation()
           
 float[] getTranslation()
           
 float[] getWheelSpin()
           
 int keyDown(int newkey)
           
 void keyUp(int newkey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scene

public Scene scene

sceneOK

public int sceneOK

throttle

public double throttle

wheel

public double wheel
Constructor Detail

Movement

public Movement()
Method Detail

createWorld

public int createWorld()

getTranslation

public float[] getTranslation()

getRotation

public float[] getRotation()

getTireRotation

public float[] getTireRotation()

getWheelSpin

public float[] getWheelSpin()

keyUp

public void keyUp(int newkey)

keyDown

public int keyDown(int newkey)