Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/agnostic/
Dpoint_in_poly_oriented_winding.hpp73 bool m_touches; member in boost::geometry::strategy::within::oriented_winding::counter
78 return m_touches ? 0 : m_count == 0 ? -1 : 1; in code()
96 , m_touches(false) in counter()
118 state.m_touches = true; in check_touch()
176 state.m_touches = true; in apply()
190 return ! state.m_touches; in apply()
/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_in_poly_winding.hpp75 bool m_touches; member in boost::geometry::strategy::within::cartesian_winding::counter
79 return m_touches ? 0 : m_count == 0 ? -1 : 1; in code()
87 , m_touches(false) in counter()
160 state.m_touches = true; in apply()
174 return ! state.m_touches; in apply()
223 state.m_touches = true; in check_touch()
/third_party/boost/boost/geometry/strategies/spherical/
Dpoint_in_poly_winding.hpp70 bool m_touches; member in boost::geometry::strategy::within::detail::spherical_winding_base::counter
74 if (m_touches) in code()
105 , m_touches(false) in counter()
218 state.m_touches = true; in apply()
250 return ! state.m_touches; in apply()
344 state.m_touches = true; in check_touch()
356 state.m_touches = true; in check_touch()
368 state.m_touches = true; in check_touch()