javaclient2.structures
Class PlayerBbox3d

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

public class PlayerBbox3d
extends java.lang.Object

A rectangular bounding box, used to define the size of an object.

Version:
Author:
Radu Bogdan Rusu

Constructor Summary
PlayerBbox3d()
           
 
Method Summary
 float getSh()
           
 float getSl()
           
 float getSw()
           
 void setSh(float newSh)
           
 void setSl(float newSl)
           
 void setSw(float newSw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerBbox3d

public PlayerBbox3d()
Method Detail

getSw

public float getSw()
Returns:
Width [m]

setSw

public void setSw(float newSw)
Parameters:
newSw - Width [m]

getSl

public float getSl()
Returns:
Lenght [m]

setSl

public void setSl(float newSl)
Parameters:
newSl - Lenght [m]

getSh

public float getSh()
Returns:
Height [m]

setSh

public void setSh(float newSh)
Parameters:
newSh - Height [m]