For fun, I wanted to crate a program that dealt with 2d projectile motion w/ wind resistance. Specifically, where the object started from rest at a given height. I looked up several equations that dealt with wind resistance. Specifically, drag force. Drag force was defined as Fd = CdPAV^2/2. So...