phetsims / projectile-motion

"Projectile Motion" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
15 stars 13 forks source link

Review Trajectory step function #308

Closed matthew-blackman closed 1 year ago

matthew-blackman commented 1 year ago

The Trajectory step function is about 300 lines long and includes some handling of edge casses (https://github.com/phetsims/projectile-motion/issues/286). We should review and consider modularizing the physics in this algorithm, including the handling of discrete calculation issues before republishing Projectile Motion.

zepumph commented 1 year ago

@matthew-blackman and I went over this today. In general things are great! I am so happy with how this has been improving. I recommended 2 further potential improvements to look into.

matthew-blackman commented 1 year ago

Trajectory step function is looking great and working well from what I can see. Closing this issue.