g.bezier.getCurveControlPoints(knots)
Get open-ended Bezier Spline Control Points. knots
should be Bezier spline points (at least two points!). Returns an array where the first item is an array of the first control points and the second item is an array of second control points.