Allow epsilon value for ray-test 96/297696/5
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 05:03:14 +0000 (14:03 +0900)
commit6fdc5a0cc7c59b4bf6a6294c871ada19c362f40c
treedd43f55c6d6690d9068daa07ea111ce25ebb0561
parentb9c25f13261e248e0267801abff869d32c2255b6
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