[Tizen] Allow epsilon value for ray-test 15/297915/1 tizen_6.5
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 23 Aug 2023 03:52:57 +0000 (12:52 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Mon, 28 Aug 2023 04:07:05 +0000 (13:07 +0900)
commit34a1e15d2c04c9624d31422bccfd895fe1635811
tree30314152c29fa8ee03e90198d406c7161f5f8c6f
parent75a9e686d7bd23619b22640b01979968772d6303
[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