[Tizen] Allow epsilon value for ray-test 93/297793/1 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20230825.132957
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 23 Aug 2023 03:52:57 +0000 (12:52 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Thu, 24 Aug 2023 09:45:58 +0000 (18:45 +0900)
commitc9e2bea4cc3dbf34b8f43fc69661fb7d69a134b9
tree5aa4a311cbfcaf17b16eb857cabc9d2afd13672a
parent93cc26a10153d588349d21051095e451271101b1
[Tizen] Allow epsilon value for ray-test

There was some numeric error comes when we touch
from edge of the screen.
The inputed screen coordiate was exactly 0,0 but
the result coordinate was out of bound
during calculate matrix invert or etc.

To allow this case, let we take some epsilone value
during hit-test

Change-Id: I57db59a7bab4d57fb07aa087aa675f1c060f81fd
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/event/events/ray-test.cpp