boost-polygon Questions
3
Solved
This is a question about Boost Polygon (not about Boost Geometry)
Recently I was trying to play with some geometrical polygon constructions. Since Boost Geometry (a different library which also de...
Garpike asked 15/7, 2015 at 4:36
3
Solved
Following this two resources:
Boost basic tutorial
SO Question
I wrote a Delaunay triangulation with boost. It works fine if the points coordinates are integral (I generated several random test...
Susannsusanna asked 2/6, 2018 at 14:20
1
Solved
I'm struggling with Boost::Polygon - apparently it can do everything except the thing I want. I have a few boundaries describing set of polygons and their holes (in 2d space). In general we can eve...
Alpine asked 28/12, 2016 at 11:6
1
What is the best way to triangulate a polygon with Boost?
I use Boost.polygon.
My current algorithm:
Compute a voronoï diagram from my polygon vertices.
Create one directed polygon-edge for eac...
Niobous asked 17/12, 2015 at 18:46
1
Solved
I am using GCC 4.7.2 and Boost 1.58.0 on SUSE Enterprise Linux 11. I have the following code snippet which basically goes through a list of polygons to compute their length/width. I'm seeing strang...
Pazia asked 11/4, 2016 at 17:40
3
Solved
I need a good (robust) algorithm for splitting a polygon into two sets(left/right) by a line segment. My polygon representation is simply a list of integer coordinates(ordered clock wise, never sel...
Ringe asked 10/3, 2015 at 14:41
1
© 2022 - 2024 — McMap. All rights reserved.