This class represents a two dimensional coordinate on a digitizer.
| package |
Application |
|---|
__construct(floatx, floaty) : mixed
floatThe horizontal component.
floatThe vertical component.
mixed
getX() : float
float
getY() : float
float
setX(floatx) : mixed
float
mixed
setY(floaty) : mixed
float
mixed
x : float
| var |
|---|
float
y : float
| var |
|---|
float