Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/overlay/
Dget_turn_info.cpp35 struct sub_range_from_points struct
39 sub_range_from_points(Point const& i, Point const& j, Point const& k) in sub_range_from_points() argument
46 static inline bool is_first_segment() { return false; } in is_first_segment()
47 static inline bool is_last_segment() { return false; } in is_last_segment()
49 static inline std::size_t size() { return 3; } in size()
51 inline Point const& at(std::size_t index) const in at()
57 boost::array<Point, 3> m_points;