Geometry

ParametricGeometry

Generate geometry representing a parametric surface.

Constructor

ParametricGeometry(func, slices, stacks)

func — A function that takes in a u and v value each between 0 and 1 and returns a Vector3
slices — The count of slices to use for the parametric function
stacks — The count of stacks to use for the parametric function

Source

src/extras/geometries/ParametricGeometry.js
Edit