mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'origin/Weights-new_package-danston' into Barycentric_coordinates_2-danston
This commit is contained in:
commit
866280215c
|
|
@ -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)
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue