Searched refs:point_to (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | sort_by_side.hpp | 269 Point const& point_to, in add_segment_to() 272 m_ranked_points.push_back(rp(point_to, turn_index, op_index, dir_to, op, si)); in add_segment_to() 276 Point const& point_from, Point const& point_to, in add_segment() 281 add_segment_to(turn_index, op_index, point_to, op, si); in add_segment() 293 Point const& point_to = op.fraction.is_one() ? point3 : point2; in add() local 294 add_segment(turn_index, op_index, point1, point_to, op.operation, op.seg_id, is_origin); in add()
|