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-08-04 11:53:21 +02:00
2020-12-30 15:48:23 +02:00
2021-06-20 03:03:06 -04:00
2021-02-19 17:40:57 +01:00
2021-08-12 11:35:31 -05:00
2021-01-01 20:19:21 +01:00
2021-07-25 12:22:25 +02:00
2021-06-11 10:53:20 -04:00
2021-06-09 13:10:49 -03:00
2021-06-18 00:06:40 -03:00
2021-01-01 20:19:21 +01:00
2021-08-21 16:57:59 +09:00
2021-03-31 01:14:18 +02:00
2021-05-20 06:18:11 -04:00
2021-08-04 11:53:21 +02:00
2021-05-20 12:38:56 +02:00
2021-08-17 16:46:08 -05:00
2021-01-01 20:19:21 +01:00
2021-07-18 21:20:02 -03:00
2021-01-01 20:19:21 +01:00
2021-03-07 20:33:08 +01:00
2021-05-25 11:54:28 +01:00
2021-06-20 03:03:06 -04:00
2021-03-21 10:20:08 +00:00
2021-01-11 13:47:31 +01: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-01-01 20:19:21 +01:00
2021-01-24 17:15:07 +03:00
2021-08-09 17:43:48 -05:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-07-22 22:52:30 +02:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-03-29 10:13:53 +02:00
2021-02-27 20:59:11 +05:30
2021-02-23 20:12:25 +05:30
2021-05-25 11:54:28 +01:00
2021-08-14 03:12:13 +02:00
2021-01-01 20:19:21 +01:00
2021-07-26 02:00:48 -04:00
2021-01-01 20:19:21 +01:00
2021-01-08 14:15:43 +02:00
2021-06-11 10:53:20 -04:00
2021-08-01 12:49:02 -05:00
2021-01-01 20:19:21 +01:00
2021-02-20 19:47:20 +01:00
2021-06-11 14:52:39 +02:00
2021-01-01 20:19:21 +01:00
2021-08-18 00:48:03 +02:00
2021-07-19 23:08:05 +03:00
2021-06-11 09:32:39 -04:00
2021-05-17 12:40:15 +02: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-08-17 16:46:08 -05:00
2021-05-19 16:37:39 +02:00
2021-02-14 11:00:25 -06:00