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, July 10, 2017
Volume Of A Ellipsoid By Radius
function Volume_Of_A_Ellipsoid_By_Radius(r1,r2,r1 )=
(4/3)*Pi* r1* r2* r3 ;
No comments:
Post a Comment