[Solved] polygon coordinates
[ad_1] Imagine a circle of radius r. It is like a regular polygon with an infinite number of sides. Trigonometry tells us: x = r * cos(a); y = r * sin(a); We know there are 360 degrees or 2pi radians in a circle. So to draw it we would start with angle = 0, … Read more