mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-27 05:02:17 +00:00
Merge branch 'develop' into bg-prepare
This commit is contained in:
@@ -614,6 +614,8 @@
|
||||
<member><link linkend="geometry.reference.strategies.strategy_simplify_douglas_peucker">strategy::simplify::douglas_peucker</link></member>
|
||||
</simplelist>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top">
|
||||
<bridgehead renderas="sect3">Transform</bridgehead>
|
||||
<simplelist type="vert" columns="1">
|
||||
@@ -625,9 +627,7 @@
|
||||
<member><link linkend="geometry.reference.strategies.strategy_transform_rotate_transformer">strategy::transform::rotate_transformer</link></member>
|
||||
</simplelist>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top" namest="a" nameend="c">
|
||||
<entry valign="top" namest="b" nameend="c">
|
||||
<bridgehead renderas="sect3">Within</bridgehead>
|
||||
<simplelist type="vert" columns="1">
|
||||
<member><link linkend="geometry.reference.strategies.strategy_within_winding">strategy::winding</link></member>
|
||||
|
||||
@@ -19,6 +19,25 @@
|
||||
|
||||
[section:release_notes Release Notes]
|
||||
|
||||
[/=================]
|
||||
[heading Boost 1.71]
|
||||
[/=================]
|
||||
|
||||
[*Improvements]
|
||||
|
||||
* [@https://github.com/boostorg/geometry/pull/568 568] Add a constructor that takes matrix_type to matrix_transformer.
|
||||
* [@https://github.com/boostorg/geometry/pull/605 605] Improvement of handling of coordinate systems in various algorithms.
|
||||
* Various improvements related to robustness of set and relational operation.
|
||||
|
||||
[*Solved issues]
|
||||
|
||||
* [@https://github.com/boostorg/geometry/issues/596 596] boost::geometry::buffer generates (multi)polygon with spike.
|
||||
|
||||
[*Bugfixes]
|
||||
|
||||
* [@https://github.com/boostorg/geometry/pull/595 595] Fix inaccuracy in geographic point-segment distance computation.
|
||||
* Fix various compiler warnings.
|
||||
|
||||
[/=================]
|
||||
[heading Boost 1.70]
|
||||
[/=================]
|
||||
|
||||
Reference in New Issue
Block a user