Visualization of Fermat Curve
Fermat Curve

A Fermat curve.

0 = -1 + x3 + y3

-1 + α3 + β3

JSON: { "0,0": "-1", "3,0": "1", "0,3": "1" }

calc: -1 + x^3 + y^3

GLSL: -1.0+x*x*x+y*y*y

Shaders