Class BodyInfo

java.lang.Object
  |
  +--BodyInfo

public class BodyInfo
extends java.lang.Object

The class VisualInfo defines a new data type for saving all the needed body information about a seen object.


Method Summary
 double amountOfSpeed()
          The amount of player's speed
 double directionOfSpeed()
          The direction of the player's speed
 double getHeadAngle()
          The angle of the player's head
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

amountOfSpeed

public double amountOfSpeed()
The amount of player's speed
Returns:
amountofSpeed

directionOfSpeed

public double directionOfSpeed()
The direction of the player's speed
Parameters:
directionofSpeed -  

getHeadAngle

public double getHeadAngle()
The angle of the player's head
Returns:
headAngle