HOME | DD

MathMod — Balls

#mathematics #mathmod
Published: 2017-04-30 15:21:59 +0000 UTC; Views: 229; Favourites: 1; Downloads: 2
Redirect to original
Description MathMod script:
{
"Iso3D": {
"Description": ["Set of Spheres v02 by Abderrahman Taha 09/03/2017"],
"Name": ["Set of Spheres_02"],
"Component": ["SetSpheres"],
"Const": ["Step1=0.41",
"Step2=0.41",
"R00=0.035"],
"Funct": ["Sphere = (x*x+y*y+ z*z-R00)",
"Sphere1 = Sphere(x,(abs(y)%Step1)-Step1/2,z,t)",
"Sphere2 = -Sphere1((abs(x)%Step2)-Step2/2,y,z,t)",
"Plan = Sphere2(x , y, z - 0.7*(sin(2*t+( (x - ( (abs(x)%Step2)-Step2/2)-7)^2+(y -((abs(y)%Step1)-Step1/2)-7)^2)/4 )),t)"],
"Fxyz": ["Plan(x,y,z,t)"],
"Xmax": [" 13.93"],
"Xmin": ["0"],
"Ymax": [" 13.93"],
"Ymin": ["0"],
"Zmax": [" 1"],
"Zmin": ["-1"]
}
}
Related content
Comments: 0