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 point is on the edge of these two rectangles. Is this point in the rectangle? The answer should only be always yes, or should be always no for both cases. Not yes for one and no for another.
Not yes for one and no for another.
This is what's happening in current PIP kernel.
Describe the bug
Consider two axis aligned rectangle:
and a test point
(0, 0)
.This point is on the edge of these two rectangles. Is this point in the rectangle? The answer should only be always yes, or should be always no for both cases. Not yes for one and no for another.
Steps/Code to reproduce bug
See test:
cuspatial/cpp/tests/experimental/spatial/point_in_polygon_test.cu
Line 157 in 930a2f3
Expected behavior
Result should either be
b0000
orb1111
. Better still, user definable on boundary conditions.The text was updated successfully, but these errors were encountered: