Polygons are broken in some cases, can be fixed by adding 0.01 to coordinates. #206
georgy-moshkin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't understand why this is happening. Maybe there is some error in my code, but I do not see it. Here is how problem looks like:

But after replacing pp(2,16) = 0; with pp(2,16) = 0.01; it looks normal.
`
for s = 0:patch.N-1
endfor
`
Beta Was this translation helpful? Give feedback.
All reactions