cgal/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal
Jane Tournois 63f9aa27e9 use c-cast instead of {}-cast
* cast double to float is forbidden with {} because it loses information
* cast double to float or to exact types is OK

* numeric_limits<FT> does not work for exact types FT
* using explicitely numeric_limits<float>, is not an option either
because casting it to exact FT would not work
2022-10-26 12:03:00 +02:00
..
evolution.h more double/float conversions 2022-10-25 17:29:31 +02:00
fitness_function.h use c-cast instead of {}-cast 2022-10-26 12:03:00 +02:00
helper.h Simplify OBB concept, remove useless determinant() need 2019-12-12 11:19:13 +01:00
nelder_mead_functions.h constexpr -> const to please some compilers 2020-03-28 12:18:16 +01:00
optimize_2.h use c-cast instead of {}-cast 2022-10-26 12:03:00 +02:00
population.h use c-cast instead of {}-cast 2022-10-26 12:03:00 +02:00