Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dcomplement_graph.hpp41 , m_turn_point(NULL) in complement_graph_vertex()
47 , m_turn_point(turn_point) in complement_graph_vertex()
54 if ( m_turn_point != NULL && other.m_turn_point != NULL ) in operator <()
59 >()(*m_turn_point, *other.m_turn_point); in operator <()
61 if ( m_turn_point == NULL && other.m_turn_point == NULL ) in operator <()
65 return m_turn_point == NULL; in operator <()
74 TurnPoint const* m_turn_point; member in boost::geometry::detail::is_valid::complement_graph_vertex
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsort_by_side.hpp129 , m_turn_point(p2) in less_by_side()
141 int const side_first = m_strategy.apply(m_origin, m_turn_point, first.point); in operator ()()
142 int const side_second = m_strategy.apply(m_origin, m_turn_point, second.point); in operator ()()
149 int const first_code = direction_code<cs_tag>(m_origin, m_turn_point, first.point); in operator ()()
150 int const second_code = direction_code<cs_tag>(m_origin, m_turn_point, second.point); in operator ()()
159 && direction_code<cs_tag>(m_origin, m_turn_point, first.point) == -1) in operator ()()
166 && direction_code<cs_tag>(m_origin, m_turn_point, second.point) == -1) in operator ()()
182 int const side_second_wrt_first = m_strategy.apply(m_turn_point, first.point, second.point); in operator ()()
189 int const side_first_wrt_second = m_strategy.apply(m_turn_point, second.point, first.point); in operator ()()
207 Point const& m_turn_point; member