cgal/Bounding_volumes/examples
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
..
Approximate_min_ellipsoid_d update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Min_annulus_d Used std::vector instead of c-style arrays for point storage. (#8709) 2025-03-31 09:04:00 +02:00
Min_circle_2 Used std::vector instead of c-style arrays for point storage. (#8709) 2025-03-31 09:04:00 +02:00
Min_ellipse_2 Used std::vector instead of c-style arrays for point storage. (#8709) 2025-03-31 09:04:00 +02:00
Min_quadrilateral_2 update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Min_sphere_d Used std::vector instead of c-style arrays for point storage. (#8709) 2025-03-31 09:04:00 +02:00
Min_sphere_of_spheres_d update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Rectangular_p_center_2 update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00