public class PhysicsComponent.Sphere extends PhysicsComponent.BoundingVolume
| Modifier and Type | Field and Description |
|---|---|
float |
radius |
old_xPos, old_yPos, x_Pos, y_Pos| Constructor and Description |
|---|
Sphere(float x_Pos,
float y_Pos,
float radius) |
update