Skip to main content
fixed typos
Source Link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

Calculating projectile path when fired at an angle  , forward

I have a problem to code the path of a projectile from a gun as it moves forward and upward. This needs to be done in p5.js..

Although the Angry birdsBirds method has been tried by me, I am looking for a more physics derived function involving Sinthe sine and Coscosine of angle of the gun.

projectile path when fired at an angle  , forward

I have a problem to code the path of a projectile from a gun as it moves forward and upward. This needs to be done in p5.js..

Although Angry birds method has been tried by me, I am looking for a more physics derived function involving Sin and Cos of angle of gun.

Calculating projectile path when fired at an angle, forward

I have a problem to code the path of a projectile from a gun as it moves forward and upward. This needs to be done in p5.js.

Although the Angry Birds method has been tried by me, I am looking for a more physics derived function involving the sine and cosine of angle of the gun.

Source Link

projectile path when fired at an angle , forward

I have a problem to code the path of a projectile from a gun as it moves forward and upward. This needs to be done in p5.js..

Although Angry birds method has been tried by me, I am looking for a more physics derived function involving Sin and Cos of angle of gun.