Intersection between open line and polygon doesn't return properly #503
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you Angus for your reply. I can see that your point is about 0.5 inside the polygon. I'm talking about 0.001 maybe. is there a threshold or accuracy that I need to care about? |
Beta Was this translation helpful? Give feedback.
-
Sure, that's what |
Beta Was this translation helpful? Give feedback.
-
Ok, that's what I was missing. thank you Angus |
Beta Was this translation helpful? Give feedback.
Sure, that's what
ClipperD
's optional precision parameter is for.For example, in my code above, use ...
ClipperD c(4);