Merge: Minor fix to atan2 and triangulate
authorJean Privat <jean@pryen.org>
Thu, 25 Feb 2016 14:02:17 +0000 (09:02 -0500)
committerJean Privat <jean@pryen.org>
Thu, 25 Feb 2016 14:02:17 +0000 (09:02 -0500)
commitd39d10e4f6183b527516e1d585267e54fe68ddb5
tree06857f9faffa2bfb991462bf60f87843c4cd63df
parent35d1de84d20cb5cf7869c8663d164e512d243ed3
parentaee0f8dbd2aa3e394246eca15ae78ef5a46a7ec8
Merge: Minor fix to atan2 and triangulate

Fix reversed axes in `atan2`, but since it is actually just a change in the name of the variables (and doc) it should not break the clients.

Also sorting points of a polygon in `triangulate` completely invalidated some complex polygons.

Pull-Request: #1958
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Romain Chanoir <romain.chanoir@viacesi.fr>