Searched defs:segment_intersection_info (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | intersection.hpp | 146 struct segment_intersection_info struct 151 >::type promoted_type; 153 promoted_type comparable_length_a() const in comparable_length_a() 158 promoted_type comparable_length_b() const in comparable_length_b() 164 void assign_a(Point& point, Segment1 const& a, Segment2 const& ) const in assign_a() 169 void assign_b(Point& point, Segment1 const& , Segment2 const& b) const in assign_b() 175 …onst& segment, CoordinateType const& dx, CoordinateType const& dy, SegmentRatio const& ratio) const in assign() 202 CoordinateType dx_a, dy_a; 203 CoordinateType dx_b, dy_b; 204 SegmentRatio robust_ra; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | intersection.hpp | 150 struct segment_intersection_info struct 155 >::type promoted_type; 157 promoted_type comparable_length_a() const in comparable_length_a() 162 promoted_type comparable_length_b() const in comparable_length_b() 168 void assign_a(Point& point, Segment1 const& a, Segment2 const& b) const in assign_a() 173 void assign_b(Point& point, Segment1 const& a, Segment2 const& b) const in assign_b() 179 void assign(Point& point, Segment1 const& a, Segment2 const& b) const in assign() 205 CoordinateType lon; 206 CoordinateType lat; 207 SegmentRatio robust_ra; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | intersection.hpp | 163 struct segment_intersection_info struct 168 >::type promoted_type; 170 segment_intersection_info(CalcPolicy const& calc) in segment_intersection_info() function 174 promoted_type comparable_length_a() const in comparable_length_a() 179 promoted_type comparable_length_b() const in comparable_length_b() 185 void assign_a(Point& point, Segment1 const& a, Segment2 const& b) const in assign_a() 190 void assign_b(Point& point, Segment1 const& a, Segment2 const& b) const in assign_b() 196 void assign(Point& point, Segment1 const& a, Segment2 const& b) const in assign() 221 Vector3d intersection_point; 222 SegmentRatio robust_ra; [all …]
|