mirror of https://github.com/CGAL/cgal
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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| min_annulus_d.cpp | ||
| min_annulus_d_fast_exact.cpp | ||