Topic 2.5 - Moving in Waves and Circles

I have a link here you can use to see how you can use trig in order to move items in wave patterns or circles.  The tutorial is for Python, but the ideas are all transferable to any programming language.  There is also a GitHub link to a solution that demonstrates these in C#.

Using Trig to Move in Waves and Circles

Link to how this works (old but very good):

These instructions are for Python, but the concepts are transferable to C#.

https://inventwithpython.com/blog/2012/07/18/using-trigonometry-to-animate-bounces-draw-clocks-and-point-cannons-at-a-target/

My GitHub implementation in C#:

https://github.com/AldworthClass/Trig-for-Animating-Waves-and-Circles