org.vigia.client
Class Coordinates

java.lang.Object
  extended by org.vigia.client.Coordinates

public class Coordinates
extends java.lang.Object

Coordinates that represent the position of the Wiimote with respect to the infrared leds.

Version:
1.0 (20/11/08)
Author:
Ada

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

Coordinates

public Coordinates(int x,
                   int y,
                   float z)
Parameters:
x - X coordinate.
y - Y coordinate.
z - Z coordinate.
Method Detail

getX

public int getX()
Returns:
the x coordinate.

getY

public int getY()
Returns:
the y coordinate.

getZ

public float getZ()
Returns:
the z coordinate.