vispy.geometry.parametric module#

vispy.geometry.parametric.surface(func, umin=0, umax=6.283185307179586, ucount=64, urepeat=1.0, vmin=0, vmax=6.283185307179586, vcount=64, vrepeat=1.0)#

Computes the parameterization of a parametric surface

func: function(u,v)

Parametric function used to build the surface