determining bezier curves segments’ lengths with javascript
Do any of you have an idea if/how one can determine the length of a curved line between two points with bezier-handles?
And if that can be utilized in JavaScript?
My math-skills are far from great, so determining positions for points on a curved path (and that without determining leftDirection and rightDirection-values for those) was already an achievement for me, but the lengths of the segments are even more mysterious.
Thanks for any advice.
