fix tests

This commit is contained in:
Nikita Mikhailov 2021-01-19 19:34:16 +03:00 committed by Nikita Mikhaylov
parent cdbdcbf793
commit 155d392d31
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
select polygonConvexHull([[[(0, 0), (0, 5), (5, 5), (5, 0), (2, 3)]]])
select polygonConvexHullCartesian([[[(0, 0), (0, 5), (5, 5), (5, 0), (2, 3)]]]);

View File

@ -1,2 +1,2 @@
select polygonsSymDifference([[[(0, 0),(0, 3),(1, 2.9),(2, 2.6),(2.6, 2),(2.9, 1),(3, 0),(0, 0)]]], [[[(1, 1),(1, 4),(4, 4),(4, 1),(1, 1)]]])
select polygonsSymDifferenceCartesian([[[(0, 0),(0, 3),(1, 2.9),(2, 2.6),(2.6, 2),(2.9, 1),(3, 0),(0, 0)]]], [[[(1, 1),(1, 4),(4, 4),(4, 1),(1, 1)]]])