mirror of https://github.com/CGAL/cgal
update changes
This commit is contained in:
parent
b291dd815b
commit
87285ea2a5
|
|
@ -53,10 +53,12 @@ Release date: September 2018
|
||||||
|
|
||||||
- Added the function `extreme_points_3()` computing the
|
- Added the function `extreme_points_3()` computing the
|
||||||
points on the convex hull without underlying connectivity.
|
points on the convex hull without underlying connectivity.
|
||||||
- Added a traits adapter for `extreme_points_3()` called
|
- Added a traits adapter called `Extreme_points_traits_adapter_3`
|
||||||
`Extreme_points_traits_adapter_3` that permits the use of
|
that enables the use of the function `extreme_points_3()` on a range of keys,
|
||||||
the function with something else than just points, if
|
each key being associated to 3D point using a property map.
|
||||||
providing the right property map.
|
This can be used to get the vertices of a mesh that are on it
|
||||||
|
convex hull, or the indices of points in a range that are
|
||||||
|
on it convex hull.
|
||||||
|
|
||||||
### Point Set Processing
|
### Point Set Processing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue