suvat

There are 2 repositories under suvat topic.

  • BenSGrant/ProjectileCalculator-CPP

    Calculates trajectory of a projectile based on initial velocity, angle and height. Trajectory path is exported into 'trajectory.png'. Drag, Lift and Terminal Velocity are considered to be non-existent

    Language:C++0100
  • BenSGrant/ProjectileCalculator-Python

    Calculates distance travelled (horizontally and total), time spent in the air as well as speed and angle upon hitting the ground. Air resistance is ignored so calculations are slightly exaggerated compared to real life

    Language:Python101