2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Update 1.79 release notes of Geometry

This commit is contained in:
Adam Wulkiewicz
2022-04-27 21:46:47 +02:00
committed by GitHub
parent 9b12a53c31
commit 644d684b6c

View File

@@ -182,6 +182,8 @@ in the release.
* Major change
* [github_pr geometry 977] Rescaling is turned off by default. This avoids many related bugs in set operations and buffer.
* Improvements
* [github_pr geometry 923] Added algorithm closest_points for cartesian point/geometry.
* [github_pr geometry 939] Added algorithm closest_points for other coordinate systems and geometry combinations excl. boxes.
* [github_pr geometry 961] Added Web Mercator projection.
* [github_pr geometry 966] More efficient cartesian distance strategy used in simplify.
* Solved issues