public abstract class PhysicsComponent.BoundingVolume
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
old_xPos |
float |
old_yPos |
float |
x_Pos |
float |
y_Pos |
| Constructor and Description |
|---|
BoundingVolume(float x_Pos,
float y_Pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(GameObject o) |
public float x_Pos
public float y_Pos
public float old_xPos
public float old_yPos
public void update(GameObject o)