I have a circular list of points and I’m trying to connect all of them to (0,0)
1 Like
Here’s a possible solution:
https://www.desmos.com/calculator/ded9typ9x9
and here’s a colored solution:
https://www.desmos.com/calculator/flc2dvwwuf
btw: tau just means 2pi (that is 360°)
Maybe the formulas and the animation can further be improved like this:
https://www.desmos.com/calculator/v4ugyx9axb
Thanks! That works perfectly
You can use the parametric “t
” to your advantage more simply than list comprehension with polygons. I added a general form of using t to create a line segment with two points.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.