cgal/Bounding_volumes
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
..
doc/Bounding_volumes remove todo 2025-02-14 11:03:32 +01:00
examples Used std::vector instead of c-style arrays for point storage. (#8709) 2025-03-31 09:04:00 +02:00
include/CGAL issue #8515 Spelling mistakes found checking `en-GB` to `en-US` 2024-10-05 11:28:29 +02:00
package_info/Bounding_volumes Fix a number of copyright-related issues 2023-03-13 09:57:03 +01:00
test/Bounding_volumes update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00