Peter Popov
Results
2
issues of
Peter Popov
## Problem I am adapting my geometry model to work with boost::geometry(as described in the [tutorial](https://www.boost.org/doc/libs/1_76_0/libs/geometry/doc/html/geometry/examples/example__adapting_a_legacy_geometry_object_model.html)). However, my point iterator needs to return a value rather than a reference. In...
bug
Boost 1.79 I am trying to evaluate relations between some polygons and multi-polygons. I found that sometimes `covered_by` returns `false` when both arguments are the same shape. Example 1: ```...
discussion