Mira Grudzinska
2309770409
common: fix bezAngleAt function
...
In the function calculating the tangent to a cubic bezier
at a given t, the atan was calculated using dx over dy,
instead of dy over dx. The error was visible during
the animation using auto-orient = true.
2024-07-09 12:19:21 +09:00
Hermet Park
bbf182848f
common: tweaking bezier computation for perf.
...
It will sacrifice precision that is not noticeable
and instead try to improve performance.
Approximately 5% has beeen improved at Lottie example
2024-05-09 19:50:01 +09:00
Hermet Park
be7437e0a3
common: code refactoring
...
introduced mathDeg2Rad() and mathRad2Deg() for a common implementation.
2024-04-15 20:35:33 +09:00
Hermet Park
9e55eefe13
common: code refactoring
...
refactor common code to consolidate Bezier and line
function implementations into a single location.
2024-02-20 17:19:15 +09:00