Merge branch 'develop' into bg-prepare

This commit is contained in:
Adam Wulkiewicz 2019-11-06 17:32:00 +01:00
commit f1db34a45e
3 changed files with 18 additions and 4 deletions

View File

@ -118,6 +118,7 @@ Boost.Geometry contains contributions by:
* Samuel Debionne (variant support for distance, assign, crosses, intersection, ...)
* Adeel Ahmad (Karney's solution of direct and inverse geodesic problems)
* Yaghyavardhan Singh Khangarot (discrete Frechet and Hausdorff distance)
* Tinko Bartels (Delaunay triangulation, Voronoi diagram, random point generation, ...)
[include imports.qbk]

View File

@ -25,11 +25,24 @@
[*Improvements]
* [@https://github.com/boostorg/geometry/pull/500 500] Karney's solution of inverse geodesic problem for internal use (thanks to Adeel Ahmad).
* [@https://github.com/boostorg/geometry/pull/561 561] New algorithm detail::calculate_point_order() for internal use.
* [@https://github.com/boostorg/geometry/pull/584 584] Support for arbitrary dimensions in matrix_transformer (thanks to Tinko Bartels).
* [@https://github.com/boostorg/geometry/pull/616 616] Various improvements of srs::transformation, incl. support for std threading primitives.
* [@https://github.com/boostorg/geometry/pull/627 627] Improved genericity of relational operations.
* Various improvements related to robustness of set and relational operation.
[*Solved issues]
* [@https://github.com/boostorg/geometry/issues/557 557] Invalid result of distance between point and linestring in spherical-equatorial coordinate system.
* [@https://github.com/boostorg/geometry/issues/612 612] Invalid result of set operations in geographic coordinate system.
* [@https://github.com/boostorg/geometry/issues/619 619] Invalid result of set operations in spherical-equatorial coordinate system.
[*Bugfixes]
* Fixed errors in generation of asymmetric one-sided buffer
* [@https://github.com/boostorg/geometry/pull/479 479] Various fixes for set operations in spherical and geographic coordinate systems.
* [@https://github.com/boostorg/geometry/pull/623 623] Potential integral overflow in set and relational operations.
* [@https://github.com/boostorg/geometry/pull/632 632] Fixed errors in generation of asymmetric one-sided buffer.
[/=================]
[heading Boost 1.71]

View File

@ -138,8 +138,8 @@ public :
/*!
\brief Affine transformation strategy in Cartesian system.
\details The strategy serves as a generic definition of affine transformation matrix
and procedure of application it to given point.
\details The strategy serves as a generic definition of an affine transformation
matrix and procedure for applying it to a given point.
\see http://en.wikipedia.org/wiki/Affine_transformation
and http://www.devmaster.net/wiki/Transformation_matrices
\ingroup strategies
@ -496,7 +496,7 @@ public :
/*!
\brief Strategy for rotate transformation in Cartesian coordinate system.
\details Rotate rotates a geometry of specified angle about a fixed point (e.g. origin).
\details Rotate rotates a geometry by a specified angle about a fixed point (e.g. origin).
\see http://en.wikipedia.org/wiki/Rotation_%28mathematics%29
\ingroup strategies
\tparam DegreeOrRadian degree/or/radian, type of rotation angle specification