javaclient2.structures
Class PlayerOrientation3d

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

public class PlayerOrientation3d
extends java.lang.Object

An angle in 3D space.

Version:
Author:
Radu Bogdan Rusu

Constructor Summary
PlayerOrientation3d()
           
 
Method Summary
 float getPpitch()
           
 float getProll()
           
 float getPyaw()
           
 void setPpitch(float newPpitch)
           
 void setProll(float newProll)
           
 void setPyaw(float newPyaw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerOrientation3d

public PlayerOrientation3d()
Method Detail

getProll

public float getProll()
Returns:
roll [rad]

setProll

public void setProll(float newProll)
Parameters:
newProll - roll [rad]

getPpitch

public float getPpitch()
Returns:
pitch [rad]

setPpitch

public void setPpitch(float newPpitch)
Parameters:
newPpitch - pitch [rad]

getPyaw

public float getPyaw()
Returns:
yaw [rad]

setPyaw

public void setPyaw(float newPyaw)
Parameters:
newPyaw - yaw [rad]