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.
Wednesday, July 5, 2017
Area Of A Regular Polygon By Inradius And N
function Area_Of_A_Regular_Polygon_By_Inradius_And_N(r,N)=
r*r*N*tan(180/n);
No comments:
Post a Comment