Searched refs:check_edge (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | clip_linestring.hpp | 55 …inline bool check_edge(CoordinateType const& p, CoordinateType const& q, CalcType& t1, CalcType& t… in check_edge() function in boost::geometry::strategy::intersection::liang_barsky 107 if (check_edge(p1, q1, t1, t2) // left in clip_segment() 108 && check_edge(p2, q2, t1, t2) // right in clip_segment() 109 && check_edge(p3, q3, t1, t2) // bottom in clip_segment() 110 && check_edge(p4, q4, t1, t2)) // top in clip_segment()
|