我看过线段(s1)和线段(s2)的示例,但是我没有遇到线(l)和线段(s)的交点。有谁知道我在哪里可以找到一个,或者是否有。
我尝试使用线串(l)和线段(s),但是当我尝试将它们用作
typedef boost::geometry::model::point<double, 2, boost::geometry::cs::cartesian> boostPoint;
std::vector<boostPoint> output;
boost::geometry::intersection(line, seg,output);