cgal/AABB_tree/include/CGAL/AABB_intersections
Pierre Alliez 7b0f96ca06 aabb tree: attempt to fix warning:
message is Triangle_3_segment_3_intersection.h:93: warning: control reaches end of non-void function
laurent (R) - can you take a look at it?
2009-07-06 19:40:54 +00:00
..
Bbox_3_bbox_3_do_intersect.h aabb tree: polishing user manual 2009-06-26 17:55:17 +00:00
Bbox_3_line_3_do_intersect.h aabb tree: polishing user manual 2009-06-26 17:55:17 +00:00
Bbox_3_plane_3_do_intersect.h One last warning was missing: it appears only in the examples and not in the test suite. 2009-05-10 16:15:24 +00:00
Bbox_3_ray_3_do_intersect.h aabb tree: polishing user manual 2009-06-26 17:55:17 +00:00
Bbox_3_segment_3_do_intersect.h aabb tree: more on tests 2009-06-25 20:45:09 +00:00
Bbox_3_sphere_3_do_intersect.h aabb tree demo: fix one strange compilation error that happens only with VC2005 (took me hours to understand that it's probably a compiler bug). 2009-06-30 21:18:31 +00:00
Bbox_3_triangle_3_do_intersect.h AABB tree: some more cleanup. 2009-07-01 20:49:03 +00:00
Triangle_3_line_3_intersection.h Improve clip in triangle_ray/line/seg intersection construction. There is more to do i think. 2009-05-15 17:22:03 +00:00
Triangle_3_plane_3_intersection.h AABB tree: point out some (level 4) warnings for L.Rineau. 2009-07-01 20:23:41 +00:00
Triangle_3_ray_3_intersection.h AABB tree: point out some (level 4) warnings for L.Rineau. 2009-07-01 20:23:41 +00:00
Triangle_3_segment_3_intersection.h aabb tree: attempt to fix warning: 2009-07-06 19:40:54 +00:00
nearest_point_segment_3.h removed the warnings, except in one of the test cases. Working on it. 2009-05-10 15:24:04 +00:00
nearest_point_triangle_3.h