Search found 1 match
- Tue Mar 31, 2020 3:54 pm
- Forum: Support and Development
- Topic: Rotating point around another
- Replies: 1
- Views: 2425
Rotating point around another
I wrote a simple code to rotate one point around another, based on this formula . For some reason, each time this formula is run, the point rotates as expected, but also gradually converges on the center point. I initially had it running in love.update, but I changed it to rotate 30 degrees every ti...