This program renders a space curve defined by a user-specified parametric equation r(t) = (x(t), y(t), z(t)), with the math.js library parsing the component functions. Parametric curves in R3 are the fundamental objects of study in differential geometry, where one analyzes their curvature, torsion, and arc length. The curve is rendered as a tube for visibility.
Controls: Click and drag to orbit, scroll to zoom.