mirror of https://github.com/CGAL/cgal
Added comment of a fix in the 2D Arrangement on Surface package
This commit is contained in:
parent
b0ca5f2789
commit
30e5d27ffc
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
- Introduces two traits decorators, namely `Arr_tracing_traits_2` and `Arr_counting_traits_2`, which can be used to extract debugging and informative metadata about the traits in use while a program is being executed.
|
- Introduces two traits decorators, namely `Arr_tracing_traits_2` and `Arr_counting_traits_2`, which can be used to extract debugging and informative metadata about the traits in use while a program is being executed.
|
||||||
- Fixed the Landmark point-location strategy so that it can be applied to arrangements on a sphere.
|
- Fixed the Landmark point-location strategy so that it can be applied to arrangements on a sphere.
|
||||||
|
- Fixed do_intersect() of a 2D Arrangement and a curve.
|
||||||
|
|
||||||
### [3D Mesh Generation](https://doc.cgal.org/6.1/Manual/packages.html#PkgMesh3)
|
### [3D Mesh Generation](https://doc.cgal.org/6.1/Manual/packages.html#PkgMesh3)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue