How to calculate a point with an given center, angle and radius?
iOS: derive angle of tap point given a circle
1 | #define DEGREES_TO_RADIANS(degrees) ((pi * degrees)/ 180) |
How to calculate a point with an given center, angle and radius?
iOS: derive angle of tap point given a circle
1 | #define DEGREES_TO_RADIANS(degrees) ((pi * degrees)/ 180) |