|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavaclient2.structures.PlayerBbox3d
public class PlayerBbox3d
A rectangular bounding box, used to define the size of an object.
| 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 |
|---|
public PlayerBbox3d()
| Method Detail |
|---|
public float getSw()
public void setSw(float newSw)
newSw - Width [m]public float getSl()
public void setSl(float newSl)
newSl - Lenght [m]public float getSh()
public void setSh(float newSh)
newSh - Height [m]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||