[NUI] Add VelocityTracker
authorjoogab.yun <joogab.yun@samsung.com>
Wed, 20 Mar 2024 07:09:17 +0000 (16:09 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Mon, 13 May 2024 07:08:49 +0000 (16:08 +0900)
commit49f0028300c3627b0ac84dba9184b0f68334c34d
tree545b091778cd865aedda44834deec159e7ead6c8
parent1a051ad427ffacf2f1cb4129d64186f0b8924b0d
[NUI] Add VelocityTracker
This is a utility that calculates velocity from consecutive touch coordinates.
src/Tizen.NUI/src/public/Utility/AccumulatingVelocityTrackerStrategy.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Utility/LeastSquaresVelocityTrackerStrategy.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Utility/VelocityTracker.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Utility/VelocityTrackerStrategy.cs [new file with mode: 0644]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/VelocityTrackerSample.cs [new file with mode: 0755]