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
SegmentSelector.Difference() not working in the case where p1= { 3,1}, {5,4}, {1,4} p2= { 1,2}, {5,2}, {3,5}
expected output was 6 vertices but got 9
The text was updated successfully, but these errors were encountered:
@digital-synapse thanks for reporting. I will take a look asap
Sorry, something went wrong.
Sorry opened by mistake, this seems to be working as expected since a not b should cut out the center region not the corners as I initially thought
@digital-synapse I will still check it. Maybe if i feel adventurous i could build a visualization tool
... I was also thinking of somthing like that. Something like a visual example.
idormenco
No branches or pull requests
SegmentSelector.Difference() not working in the case where
p1= { 3,1}, {5,4}, {1,4}
p2= { 1,2}, {5,2}, {3,5}
expected output was 6 vertices but got 9
The text was updated successfully, but these errors were encountered: