Closed6

Bézier Interpolation

miyanokomiyamiyanokomiya

Core ideas of the interpolation

  • The final curve fits each consecutive point
    • eq.2
  • The final curve is smooth around each consecutive point
    • eq.3, eq.4
  • Impose arbitrary boundary conditions to solve 2n variables by 2(n-1) equations
    • eq.5, eq.6
miyanokomiyamiyanokomiya

Caveat?

I'm not sure but the derived curve looks affected by source line's absolute location.

  • From the origin

  • A bit from the origin

It might be just because my code is wrong somehow.

miyanokomiyamiyanokomiya

Normalize source line is the easy workaround though, the reason behind this behavior feels intersting.
Perhaps, eq.5 and eq.6 need adjustment along with the line's absolute location.

このスクラップは15日前にクローズされました