g.bezier.getCurveDivider(p0, p1, p2, p3)

Divide a Bezier curve into two at point defined by value t (<0,1>). Uses the deCasteljau algorithm.