This is my notepad where i collect the useful snippets of OpenSCAD code that i use over and over. Some better curated than others, some formatted for clarity some for efficiency.
Monday, August 28, 2017
Radius A Regular Polygon By Side And N
function Radius_A_Regular_Polygon_By_Side_And_N(A,N)= A/(2*sin/(180/N));
No comments:
Post a Comment