We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a polygon where I want to buffer inwards using a negative distance. The result I get is incorrect.
Polygon(red) and then the result of the buffer command "output" (green).
The expected result of this buffer is for the output to be empty, instead the green triangle is huge.
The code to generate this can be found here: https://godbolt.org/z/18sq55oTG
The text was updated successfully, but these errors were encountered:
Fixed recently in acaed28 I will create a unit test
Sorry, something went wrong.
Thanks for the report. For the record, the PR was #1248
test: add test case for issue boostorg#1262
bd2844c
test: add test case for issue #1262
b8ac50f
76acf01
barendgehrels
No branches or pull requests
I have a polygon where I want to buffer inwards using a negative distance. The result I get is incorrect.
Polygon(red) and then the result of the buffer command "output" (green).
The expected result of this buffer is for the output to be empty, instead the green triangle is huge.
The code to generate this can be found here:
https://godbolt.org/z/18sq55oTG
The text was updated successfully, but these errors were encountered: