u/OneEyeCactus

Good makerspaces / electronic admission shops?

Been wanting to get into some tinkering lately (tearing things apart, breadboards, ect.) but cant seem to find any good cheap (on a tight budget) makerspaces or admission shops. Anyone know any good, maybe under the radar, places for this kind of stuff? Thanks!

reddit.com
u/OneEyeCactus — 20 hours ago
▲ 4 r/desmos

I have a list of say L=[(1,3),(2,4),(2,3),(5,2),(1,2)...] and a list of 3d points P. L[1].x is 1 and L[1].y is 3. I draw a 3d segment between P[L[n].x] and P[L[n].y]. How would I detect what points form a triangle automatically? For example: 1->3, 2->3 and 1->2 form a "loop" 1->2->3->1... I want to make a triangle fill where this applys. I hope I have phrased this well. And yes, it must be (x,y) for L and not (x,y,z) as I have made a black box I do not understand, and I wish not to change how L functions.

reddit.com
u/OneEyeCactus — 15 days ago