+ 4
Html5 canvas
Pls how do i make a complete rotation https://code.sololearn.com/WUMCSZCT3rgp/?ref=app
6 Respostas
+ 8
Rotation calculations work better around a fixed rotation "Origin"
https://code.sololearn.com/WicmfI9tWAY9/?ref=app
+ 4
Infinite few mistakes you made.
Redeclare all the variable.
Use setInterval, instead of setTimeout or requestAnimationFrame
0.1 msec interval is too fast
Different rad of cos and sin
Wrong radius calculation
Wrong update of x and y in update function
https://code.sololearn.com/WV43rZdayw0Z/?ref=app
+ 3
Thanks a lot to you all, i have been able to fix it. Thanks for your contributions, i really appreciate.
https://code.sololearn.com/WUMCSZCT3rgp/?ref=app
+ 2
Thanks a lot Louis. I so much appreciate
+ 2
Thanks a lot Calviղ
+ 2
Thanks Mirielle, I'm currently working on linear algebra. Can i send you a message request? I just want to get some guides from you.