a=90; module bezier_curve(p0, p1, p2, p3) { // TODO } module /*TODO*/ { c = /*TODO*/; bezier_curve( [0, 1], [c, 1], [1, c], [1, 0] ); }