Splits a curve in two distinct paths using De Casteljau's algorithm. The split happens at the corresponding T (time) on the initial curve.
Point at which the split occurs (in % from 0 to 1)
Adjusted and new points for our two new curves, as two Objects, one per curve.
Splits a curve in two distinct paths using De Casteljau's algorithm. The split happens at the corresponding T (time) on the initial curve.