Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/cartesian/
Dintersection.hpp190 struct segment_intersection_info struct
196 >::type promoted_type;
198 promoted_type comparable_length_a() const in comparable_length_a()
203 promoted_type comparable_length_b() const in comparable_length_b()
209 void assign_a(Point& point, Segment1 const& a, Segment2 const& ) const in assign_a()
214 void assign_b(Point& point, Segment1 const& , Segment2 const& b) const in assign_b()
220 …onst& segment, CoordinateType const& dx, CoordinateType const& dy, SegmentRatio const& ratio) const in assign()
247 void calculate(Point& point, Segment1 const& a, Segment2 const& b) const in calculate()
284 CoordinateType dx_a, dy_a;
285 CoordinateType dx_b, dy_b;
[all …]
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection.hpp206 struct segment_intersection_info struct
209 void calculate(Point& point, Segment1 const& a, Segment2 const& b) const in calculate()
235 CoordinateType lon;
236 CoordinateType lat;
237 SegmentRatio robust_ra;
238 SegmentRatio robust_rb;
239 intersection_point_flag ip_flag;
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp212 struct segment_intersection_info struct
214 segment_intersection_info(CalcPolicy const& calc) in segment_intersection_info() function
219 void calculate(Point& point, Segment1 const& a, Segment2 const& b) const in calculate()
244 Vector3d intersection_point;
245 SegmentRatio robust_ra;
246 SegmentRatio robust_rb;
247 intersection_point_flag ip_flag;
249 CalcPolicy const& calc_policy;