public class FlyingRock
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
id
For finding and debugging
|
Point |
pos
The current position of this rock
|
double |
rad
The radius of this rock
|
int |
type
The type (1 of 10 colors)
|
Point |
vel
The current velocity of this rock.
|
| Constructor and Description |
|---|
FlyingRock() |