javaclient2.structures
Class PlayerPoint3d

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

public class PlayerPoint3d
extends java.lang.Object

A point in 3D space.

Version:
Author:
Radu Bogdan Rusu

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

Constructor Detail

PlayerPoint3d

public PlayerPoint3d()
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]

getPz

public float getPz()
Returns:
Z [m]

setPz

public void setPz(float newPz)
Parameters:
newPz - Z [m]