Surface PlotterDecember 28, 2025Explore 3D parametric surfaces defined by (x,y,z)=(fx(u,v),fy(u,v),fz(u,v))(x, y, z) = (f_x(u,v), f_y(u,v), f_z(u,v))(x,y,z)=(fx(u,v),fy(u,v),fz(u,v)). Includes examples like the Möbius band, torus, sphere, and Klein bottle. Parametric Plotter 3DLoad Example:Möbius BandTorusSphereKlein BottleSnail Shell (Seashell)Wave Planefx(u,v) =Math.cos(u) + v * Math.cos(u / 2) * Math.cos(u)fy(u,v) =Math.sin(u) + v * Math.cos(u / 2) * Math.sin(u)fz(u,v) =v * Math.sin(u / 2)GridX-RayAxesRenderDefaultResetFrameu Min: 0u Max: 2πv Min: -0.50v Max: 0.50u Segments: 50v Segments: 8Light: 1.2Opacity: 1.00Resolution: 2.0xUp Axis (Desktop):X UpY UpZ Up