cgal/Optimal_bounding_box/include/CGAL/Optimal_bounding_box
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
..
internal use c-cast instead of {}-cast 2022-10-26 12:03:00 +02:00
Oriented_bounding_box_traits_3.h Speed up fitness function computations 2020-03-27 18:19:39 +01:00
oriented_bounding_box.h Merge pull request #6925 from MaelRL/OBB-Do_not_use_void_as_default-GF 2022-10-07 15:46:36 +02:00