I am trying to draw a circle segment from 0 to 360 degrees, with a radius that gets bigger while the circle is being drawn. For example: at 0 degrees, the radius of the (to be drawn) circle is 10 and at 360 degrees, the radius is 12 (and all the values in between need to be calculated. I this possible?
I am working in Tinkercad to try make this spiral, but I really have no clue to do this. google doesn't help me much further as all I can find is code snippets that actually use a "circle" drawing command. I, however, would think I need to go point by point?