Math Library for bezier curves.
Hello since i'm using vector shapes in my project, i'm search library which had already implemented some basic operation for bezier curves like getting intersection point or checking if the point is on the curve. Also i want to ask what is the method for splitting curve into two (or more), basically i want to add a point on curve, so i would need to be able to get a control points for newly created curves.
Comment
Your answer
Follow this Question
Related Questions
Lean Tween Editor 0 Answers
Draw Curve on texture in Unity 0 Answers
Object following a bezier-curve moves in wrong direction 0 Answers
Bezier curves with rotation 0 Answers
Coroutine for moving lights pauses after each iteration 0 Answers