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
There is a bug in the BezierSpline.predict code (no bug in either the Linear or Cubic versions). It fails if the target_x is of type s32. It works fine if the target_x is f32.
There is a bug in the BezierSpline.predict code (no bug in either the Linear or Cubic versions). It fails if the target_x is of type s32. It works fine if the target_x is f32.
This variation on the documented example fails:
The text was updated successfully, but these errors were encountered: