how do i find out pixel value at certain degree on the circumference of a circle if I know the pixel co-ordinates of the center of the circle, radius of the circle ,and perpendicular angle. Basically, I am trying to draw the hands of a clock at various times ( 1 o clock , 2 o clock etc )
|
feedback
|
|
Let
| |||
|
feedback
|
|
Where the centre of the circle is
and
| |||||||||||
feedback
|
|
If (x1,y1) is a point on the circumference and (x,y) is the center, then | |||||||
feedback
|
|
if center is at x0, y0, and 0,0 iz at bottom-left corner, then 1 o'clock is at x0 + r*sin(2π/3), y0+r*cos(2π/3). | |||
|
feedback
|
|
Draw lines from the center to coordinates computed with | |||
|
feedback
|