Skip to content

Instantly share code, notes, and snippets.

@akshitzaveri
Created May 2, 2020 12:06
Show Gist options
  • Save akshitzaveri/0a31ce03bcc6524b712e50215a7567fa to your computer and use it in GitHub Desktop.
Save akshitzaveri/0a31ce03bcc6524b712e50215a7567fa to your computer and use it in GitHub Desktop.
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