[NUI] Add VelocityTracker
authorjoogab.yun <joogab.yun@samsung.com>
Wed, 20 Mar 2024 07:09:17 +0000 (16:09 +0900)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Tue, 7 May 2024 08:06:22 +0000 (17:06 +0900)
commit34e9abd046af04d747d00f72e8ca692cefecf29f
tree8067c543baa61e0b6963d78b898a422db7fde7a0
parenta53e2578bf356770f07a7e6b4283595b41ea8526
[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]