Home
last modified time | relevance | path

Searched defs:segment_as_subrange (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsegment_as_subrange.hpp26 struct segment_as_subrange struct
28 segment_as_subrange(Segment const& s) in segment_as_subrange() argument
37 typedef typename geometry::point_type<Segment>::type point_type;
39 point_type const& at(std::size_t index) const in at()
44 static inline bool is_last_segment() in is_last_segment()
49 point_type m_p1, m_p2;
51 Segment const& m_segment;