g.bezier.getCurveDivider(p0, p1, p2, p3)
Deprecated. Use the curve.divide function instead.
curve.divide
Returns a function that divides a Bezier curve into two at point defined by value t between 0 and 1. Uses the deCasteljau algorithm.
t