cgal/Cartesian_kernel/include/CGAL/Cartesian
Sébastien Loriot a443f85a52 fix the determinism of the computation of point and base vectors
possibly will return true in case the evaluation lead to true or false
as possible values. If the exact value is computed or interval refined,
false could be the true value which has a consequence will give a
different result for point or base vector.
2018-03-16 14:33:51 +01:00
..
Aff_transformation_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Aff_transformation_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Aff_transformation_rep_2.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
Aff_transformation_rep_3.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
Cartesian_base.h WIP 2016-11-03 13:07:50 +01:00
Circle_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Circle_3.h Merge pull request #2873 from sgiraudot/Kernel-Fix_pair_bug_in_circle_3-GF 2018-03-02 16:29:54 +01:00
ConicCPA2.h Dispatch the files in Kernel_23, Cartesian, Homogeneous 2016-09-22 08:38:53 +02:00
Data_accessor_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Direction_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Direction_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Iso_cuboid_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Iso_rectangle_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Line_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Line_3.h Remove useless copy constructor 2016-01-07 14:02:26 +01:00
Plane_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Point_2.h fix the link to the developers manual, in the code 2015-06-19 11:15:55 +02:00
Point_3.h Make FT typedef public 2015-08-06 12:17:17 +02:00
Ray_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Ray_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Rotation_rep_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Scaling_rep_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Scaling_rep_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Segment_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Segment_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Sphere_3.h Qualifying with CGAL:: solves the problem, but is it the bestsolution? 2015-08-25 16:19:56 +02:00
Tetrahedron_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Translation_rep_2.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
Translation_rep_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Triangle_2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Triangle_3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Vector_2.h Fix compilation error with gmpxx 2016-07-13 16:30:07 +02:00
Vector_3.h fix the link to the developers manual, in the code 2015-06-19 11:15:55 +02:00
Weighted_point_2.h Make all conversions between Point and Weighted_point explicit 2017-06-28 10:14:35 +02:00
Weighted_point_3.h make constructors of Weighted_point explicit 2017-06-28 10:14:35 +02:00
basic_constructions_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
basic_constructions_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
ft_constructions_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
ft_constructions_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
function_objects.h fix the determinism of the computation of point and base vectors 2018-03-16 14:33:51 +01:00
line_constructions_2.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
plane_constructions_3.h In the implementation details of PlaneC3, Point_3 is not necessarily PointC3 2013-02-08 09:27:02 +01:00
point_constructions_2.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
point_constructions_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
predicates_on_directions_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
predicates_on_planes_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
predicates_on_points_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
predicates_on_points_3.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
solve_3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00