Description
Draws bezier curve, see http://en.wikipedia.org/wiki/Bézier_curve
Syntax
|
bezier(int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2); |
Parameters
x1
y1
cx1
cy1
cx2
cy2
x2
y2
Returns
none
Related
none
Bugs
Not sure this is fully implemented or tested yet, but does appear to draw a curved line for me.