cgal/Bounding_volumes/examples/Min_annulus_d
Sebastien Loriot 14dd2cb7be
Used std::vector instead of c-style arrays for point storage. (#8709)
Updated two CGAL examples to use ``std::vector`` instead of plain
C-style arrays for storing points.

Few more examples can be improved the same way to use ``std::vector``
and avoid usage of c-style arrays.
- Min_annulus_d
- Min_circle_2
- Min_ellipse
- Min_sphere_d
2025-03-31 09:04:00 +02:00
..
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
min_annulus_d.cpp made required changes related to indentation and include spacing 2025-01-29 20:09:12 +05:30
min_annulus_d_fast_exact.cpp Update Bounding_volumes/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp 2025-01-29 16:17:20 +01:00