Created
May 2, 2020 12:06
-
-
Save akshitzaveri/0a31ce03bcc6524b712e50215a7567fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let newCenterX = radius + radius * cos(radian) | |
let newCenterY = radius + radius * sin(radian) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment