1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/scene/resources
Yaohua Xiong 91e9ad92f5 Refactor baking code for Curve2D
The main change is to caculate tangent directly from bezier curve, without going
through discretized polyline, avoiding pitfalls of discretization. A similar refacor
had been applied to Curve3D.

The test cases for Curve2D is updated, comparing floating point with is_equal_approxmiate()
instead of `==`, in order to avoid float precision problem.
2022-12-05 21:22:05 +08:00
..
2022-11-22 10:00:09 +01:00
2022-11-17 10:31:14 +01:00
2022-12-05 21:22:05 +08:00
2022-12-05 21:22:05 +08:00
2022-10-21 17:54:49 -05:00
2022-11-07 01:21:25 +01:00
2022-08-26 22:05:15 -07:00
2022-05-20 22:40:38 +02:00