Awesome-JavaScript-Projects icon indicating copy to clipboard operation
Awesome-JavaScript-Projects copied to clipboard

Create a projectile motion visualizer

Open Rizwan-S opened this issue 4 years ago • 0 comments
trafficstars

Create a projectile motion visualizer which traces the path of projectile of an object. Input:

  1. Angle with which the object is thrown.
  2. Speed with which the object is thrown.
  3. Value of acceleration due to gravity.

Features to include:

  1. Trace path of projectile.
  2. Display the maximum height of the object.
  3. DIsplay the distance where the object will reach.
  4. Add ability to add and compare projectiles.

Rizwan-S avatar Jul 04 '21 04:07 Rizwan-S