[general] name = Swallow; comments = Swallow surface; a1_min = -2; a1_max = 2; a1_steps = 50; a2_min = -0.75; a2_max = 0.75; a2_steps = 50; [formula] X = A1 * sqr(A2) + 3 * pow(A2,4); Y = A1; Z = -2 * A1 * A2 - 4 * pow(A2,3);