34#define MAX_SHOT_ANGLE 90 // Unless you're doing a behind the back shot, this is the highest angle possible to shoot from
35#define TEN_FOOT_SHOT_ANGLE 75 // The shot angle used from ten feet out; the shot angle curve is defined by this point
36#define MIN_SHOT_ANGLE 45 // This is the lowest angle a player will ever shoot from
37#define SHOT_ANGLE_CUTOFF 3 // This is the horizontal distance / vertical distance ratio where the shot angle is at its lowest; any shot behind this point uses the minimum shot angle
38#define SHOT_OFFSET_DISTANCE 200 // This is the distance above the basket that the shooter shoots at