|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vigia.client.Coordinates
public class Coordinates
Coordinates that represent the position of the Wiimote with respect to the infrared leds.
Constructor Summary | |
---|---|
Coordinates(int x,
int y,
float z)
|
Method Summary | |
---|---|
int |
getX()
|
int |
getY()
|
float |
getZ()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Coordinates(int x, int y, float z)
x
- X coordinate.y
- Y coordinate.z
- Z coordinate.Method Detail |
---|
public int getX()
public int getY()
public float getZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |