开发者

what should I have to use in boost geometry function

开发者 https://www.devze.com 2023-02-20 18:21 出处:网络
Now i\'m analyzing polygon example in boost geometry 开发者_运维知识库 http://geometrylibrary.geodan.nl/03_polygon_example_8cpp-example.html

Now i'm analyzing polygon example in boost geometry

开发者_运维知识库

http://geometrylibrary.geodan.nl/03_polygon_example_8cpp-example.html

After draw a few lines, if I want to get cross point between polygon border line and normal lines, what function should I use??

Click to See a sample image what i want

I want to know those red circle point coordinate. I don't know that a way of combination of line points i inserted and the polygon


Would the function documented here (get_intersection_points) help? You could intersect your line segment with the shapes you want to check.

0

精彩评论

暂无评论...
验证码 换一张
取 消