-
Field Summary 
Fields
private int
private static final double
private final double
private final double
private double
private double
private double
private double
-
Constructor Summary 
Constructors
Particle(double rx,
double ry,
double vx,
double vy,
double radius,
double mass,
Color color)
-
Method Summary 
void
void
void
int
void
double
void
double
double
double
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
INFINITY 
- See Also:
-
-
rx 
-
ry 
-
vx 
-
vy 
-
radius 
-
mass 
private final double mass
-
color 
-
count 
-
Constructor Details 
-
Particle 
public Particle(double rx,
double ry,
double vx,
double vy,
double radius,
double mass,
Color color)
-
Particle 
-
Method Details 
-
move 
public void move(double dt)
-
draw 
-
count 
-
timeToHit 
-
timeToHitVerticalWall 
-
timeToHitHorizontalWall 
-
bounceOff 
-
bounceOffVerticalWall 
-
bounceOffHorizontalWall 
-
kineticEnergy 