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.
Thursday, June 8, 2017
Perimeter Of A Isosceles Triangle By Base And Height
function Perimeter_Of_A_Isosceles_Triangle_By_Base_And_Height
(A,h)= A*sqrt((a/2)*(a/2)+h*h);
No comments:
Post a Comment