javaclient2.structures
Class PlayerPoint2d

java.lang.Object
  extended by javaclient2.structures.PlayerPoint2d

public class PlayerPoint2d
extends java.lang.Object

A point in the plane.

Version:
Author:
Radu Bogdan Rusu

Constructor Summary
PlayerPoint2d()
           
 
Method Summary
 float getPx()
           
 float getPy()
           
 void setPx(float newPx)
           
 void setPy(float newPy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerPoint2d

public PlayerPoint2d()
Method Detail

getPx

public float getPx()
Returns:
X [m]

setPx

public void setPx(float newPx)
Parameters:
newPx - X [m]

getPy

public float getPy()
Returns:
Y [m]

setPy

public void setPy(float newPy)
Parameters:
newPy - Y [m]