Merge remote-tracking branch 'origin/Weights-new_package-danston' into Barycentric_coordinates_2-danston

This commit is contained in:
Dmitry Anisimov 2021-07-01 11:28:57 +02:00
commit 866280215c
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,15 @@ Release History
- Added free functions for computing Wachspress, discrete harmonic, and mean value coordinates.
- All free functions and classes are now using ranges and property maps.
### [Weights](https://doc.cgal.org/5.4/Manual/packages.html#PkgWeights) (new package)
- This package provides a simple and unified interface to different types of weights.
In particular, it groups all weights into three category: analytic weights including
all basic weights which can be computed analytically for a query point with respect to its
local neighbors in 2D and 3D; barycentric weights including all weights which can be computed
for a query point with respect to the vertices of a planar polygon; and weighting regions
including all weights which are used to balance other weights.
[Release 5.3](https://github.com/CGAL/cgal/releases/tag/v5.3)
-----------