Searched refs:point (Results 1 – 1 of 1) sorted by relevance
49 const nw::math::VEC2& point in Contains() argument52 …return rect.left <= point.x && point.x <= rect.right && rect.bottom <= point.y && point.y <= rect.… in Contains()