javaclient2.structures
Class PlayerBbox

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

public class PlayerBbox
extends java.lang.Object

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

Version:
Author:
Radu Bogdan Rusu

Constructor Summary
PlayerBbox()
           
 
Method Summary
 float getSl()
           
 float getSw()
           
 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

PlayerBbox

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