Dear all,
I’ve searched but nothing comes really handy. I’d like to draw a Bezier curve, or another kind of curved path for what it’s worth.
What is the best way of producing curved paths?
My solution is not efficient.
Right now I am creating a newPolygon with a discretization of the Bezier curve, but it’s ugly if the number of points is low, and probably not worth if I make a 1000 points polygon. I’d like to have the quality of a newCircle, if possible.
Thank you!