Re: [PATCH] Add overlaps geometric operators that ignore point overlaps

2023-01-10 Thread Kyotaro Horiguchi
Hello. At Sun, 1 Jan 2023 01:13:24 +0530, Ankit Kumar Pandey wrote in > This is patch for todo item: Add overlaps geometric operators that > ignore point overlaps > > Issue: > > SELECT circle '((0,0), 1)' && circle '((2,0),1) returns True > > Expectation: In above case, both figures touch

[PATCH] Add overlaps geometric operators that ignore point overlaps

2022-12-31 Thread Ankit Kumar Pandey
Hi, This is patch for todo item: Add overlaps geometric operators that ignore point overlaps Issue: SELECT circle '((0,0), 1)' && circle '((2,0),1) returns True Expectation: In above case, both figures touch other but do not overlap (i.e. touching != overlap). Hence, it should return