You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is incorrect. In particular, the Coordinate { x: 0.0, y: 1.0 } should not be visible (the first line blocks it).
It also prints out the following warnings:
[geo_visibility::visibility] ray intersects a line segment iff the line segment is in the state
[geo_visibility::visibility] ray intersects a line segment iff the line segment is in the state
[geo_visibility::visibility] ray intersects a line segment iff the line segment is in the state
The text was updated successfully, but these errors were encountered:
This does not produce the correct visibility in the following situation:
The output is:
This is incorrect. In particular, the
Coordinate { x: 0.0, y: 1.0 }
should not be visible (the first line blocks it).It also prints out the following warnings:
The text was updated successfully, but these errors were encountered: