|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Race.Movement
| 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 |
public Scene scene
public int sceneOK
public double throttle
public double wheel
| Constructor Detail |
public Movement()
| Method Detail |
public int createWorld()
public float[] getTranslation()
public float[] getRotation()
public float[] getTireRotation()
public float[] getWheelSpin()
public void keyUp(int newkey)
public int keyDown(int newkey)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||