Cubic Bezier Curves

Here you go…

Its all fully commented and documented.

What it can do? Draw a cubic bezier curve with AS (the one with two controll points).

It has several parameters, that is, array of points, number of sergments and line properties as thickness, etc.

I tried to optimize it as much as possible… one line can take from one to two milliseconds.

AS file link
Example link

and also a link to the Benchmark class used in the example