C F G R S V 

C

Cannonball - Class in <Unnamed>
Cannonball class represents balls fired with a given initial elevation angle and speed, that subsequently follow a parabolic trajectory with constant vertical acceleration
Cannonball() - Constructor for class Cannonball
Default constructor creates a new Cannonball with initial angle 45 degrees, initial speed 1
Cannonball(double, double) - Constructor for class Cannonball
Creates a new Cannonball with specified initial angle (degrees) and initial speed (ft/s)
C F G R S V