Oscillations
What is an oscillation precisely?
How can we simulate oscillations?
✨ x = sin(t), y = cos(t) -> (-1, 1)✨
What about damping?
x = c * sin(t), y = c * cos(t) -> c * (-1, 1)