Feel ashamed asking this as my maths is so bad!!!
I'm try to plot points around a circle, based on an angle specified (with 0 degrees been at the top, and moving in a clockwise direction, 90 been far right, etc, etc).
Has anyone got any pointers on how I can do something 'similar' (or better) than the following...
a=angle
r=radius
x=[magic in here]
y=[magic in here]
e.graphics.DrawRectangle(color.black,x,y,2,2)
TIA
I'm try to plot points around a circle, based on an angle specified (with 0 degrees been at the top, and moving in a clockwise direction, 90 been far right, etc, etc).
Has anyone got any pointers on how I can do something 'similar' (or better) than the following...
a=angle
r=radius
x=[magic in here]
y=[magic in here]
e.graphics.DrawRectangle(color.black,x,y,2,2)
TIA