I want to draw a road for my application .
I have this formula : a0 + a1*x + a2*x^2 + a3*x^3 for drawing the road . and a0, a1 and ... values for the closest left / right side of the road . so what I'll basically draw will be several lines that makes the road .
how could I draw the road using that formula ?
after drawing all of the line of the road how could I add the color to that ? because it's not a specific shape !
1