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.
Sunday, July 9, 2017
Volume Of A Sphere By Radius
function Volume_Of_A_Sphere_By_Radius(r )=(4/3)*PI* r*r*r ;
No comments:
Post a Comment