[Tizen] Allow epsilon value for ray-test 64/297764/2 accepted/tizen/7.0/unified/20230825.185049
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 23 Aug 2023 03:52:57 +0000 (12:52 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 24 Aug 2023 04:23:43 +0000 (13:23 +0900)
commit96a92936b496c3d028cf100a38e193367126617f
tree0ffdca62b589e93a47bf36156f0121d5cd77a98b
parent2fe9e8f29e36e9e5e1c4685e8deaa8235b31799d
[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