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.
Saturday, July 15, 2017
Radius A Regular Polygon By Inradius And N
function Radius_A_Regular_Polygon_By_Inradius_And_N(r,N)=r/(cos/(180/N));
No comments:
Post a Comment