Tinko Bartels

Results 21 issues of Tinko Bartels

This adds a pattern to the .gitignore that matches all the bin/ directories in the main directory or any of the test (or possibly example) subdirectories. They are created when...

This pull request contains the first part of my GSoC 2020 project. This code is still work in progress and there might be changes to the interface before the end...

(Because boost is currently preparing for a release, let me preface this issue by stating that the following is not time-critical in any way.) I would like to submit a...

While reading the code for side_by_triangle, I noticed that there is some kind of normalization of the order of points for consistency purposes as described in the comment starting in...

This is the second of three branches that I created during the GSoC. It does not depend on any of the other two branches. It contains uniform_point_distribution (for now in...

enhancement
extensions

This is the biggest part of my work for GSoC2019. This PR proposes three major implementations that are strongly connected to each other. I understand that I still have work...

enhancement
extensions

I want to propose adding the specializations difference and sym_difference to the geometric set operations difference and sym_difference. It is easy to see that the set difference between two boxes...

enhancement

The commit in this pull request adds the feature to send HTTP(S) requests to a URL that is specified in the admin settings as a notification for new activities, similar...

The code for reproduction is ```cpp #include #include #include namespace bg = boost::geometry; using point = bg::model::point; using polygon = bg::model::polygon; using multipoly = bg::model::multi_polygon; int main() { auto p1...

For the sym_difference of MULTIPOLYGON(((2 4,2 2,0 2,0 4,2 4)),((6 4,4 4,2 4,2 6,0 6,0 10,6 10,6 4))) and MULTIPOLYGON(((4 4,4 2,2 2,2 4,4 4)),((4 8,4 6,2 6,2 8,4 8))),...