Parametric equations are used to calculate values, for example two dimensional or three dimensional coordinates, using an independent variable called a parameter.
In this article I will write a class which plots parametric equations in 3D using WebGL and the three.js library, and demonstrate its use with a few examples.
Continue reading