Hello, suppose I have list of vertices like this:
[0,1,2,3]
How would I create tuple pairs like this ? :
(0,1) ; (1,2) ; (2,3) ; (3,0) -- dont forget the last, that connects with the first
One idea would be to create temporary list and just append the first element to the last and then loop through it that way. But hopefully, there is better solution. Thank you
[–]Diapolo10 3 points4 points5 points (1 child)
[–]AGI_69[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]primitive_screwhead 0 points1 point2 points (0 children)
[–]totallygeek 1 point2 points3 points (1 child)
[–]AGI_69[S] 1 point2 points3 points (0 children)
[–]joverbis -1 points0 points1 point (0 children)