Home
last modified time | relevance | path

Searched refs:point (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp49 const nw::math::VEC2& point in Contains() argument
52 …return rect.left <= point.x && point.x <= rect.right && rect.bottom <= point.y && point.y <= rect.… in Contains()