You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of get_quadratic_approximation_of_cubic caused some headache: when I tried to replace the current implementation of bezier, a test using get_quadratic_approximation_of_cubic started to fail because the points used in that function are not just 1d-numpy arrays as usual, but instead 2d ones. If someone wants to take a stab at fixing this, please go ahead -- then this classic_bezier function could also just be removed.