Jihyun Yu 8a6fc54ccd Curve2D/Curve3D: exact linear interpolation
While calculating interpolated points, intervals between two baked
points has been assummed to be `baked_interval`. The assumption could
cause significant error in some extreme cases (for example #7088).

To improve accuracy, `baked_dist_cache` is introduced, which stores
distance from starting point for each baked points. `interpolate_baked`
now returns exact linear-interpolated position along baked points.
2021-08-21 16:57:59 +09:00
..
2021-02-19 17:40:57 +01:00
2021-06-09 13:10:49 -03:00
2021-05-20 12:38:56 +02:00
2021-07-18 21:20:02 -03:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-04 18:14:32 +01:00
2021-06-11 09:32:39 -04:00
2021-08-09 17:43:48 -05:00
2021-03-29 10:13:53 +02:00
2021-02-20 19:47:20 +01:00
2021-06-11 09:32:39 -04:00
2021-05-19 16:37:39 +02:00