cgal/AABB_tree/include/CGAL
Sébastien Loriot 8f22de68ce concept bugfix
* CODE+DOC: Bbox_3 is a nested type in CGAL's Kernel; the code uses Bbox_3
* DOC: Add Compute_squared_distance_3 in AABBGeomTraits as it is needed by AABBTraits
* DOC: remove Splitting_direction from AABBTraits as it is not used
* DOC: Squared_distance in AABBTraits is only used between two points
  (I guess the confusion from the fact that nearest_point use the other
   version but without using the AABBTraits model).
* CODE+DOC add the function to construct Squared_distance functor in AABBTraits + AABB_traits
  and use it instead of AABBTraits::Compute_squared_distance_3 which was not in the concept
* DOC: remove from AABB_traits types Ray_3, Line_3 and Segment_3 that are not required by AABBTraits
* CODE: The code was using AABBTraits::Point which is not in the concept. Use Point_3 instead
* CODE: reorder typedefs in AABB_traits to match concept order
2012-08-28 12:21:57 +00:00
..
internal/AABB_tree concept bugfix 2012-08-28 12:21:57 +00:00
AABB_intersections.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
AABB_polyhedron_segment_primitive.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
AABB_polyhedron_triangle_primitive.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
AABB_segment_primitive.h Add svn:eol-style=native. Rewrite EOLs accordingly. 2012-02-15 13:03:09 +00:00
AABB_traits.h concept bugfix 2012-08-28 12:21:57 +00:00
AABB_tree.h concept bugfix 2012-08-28 12:21:57 +00:00
AABB_triangle_primitive.h Add svn:eol-style=native. Rewrite EOLs accordingly. 2012-02-15 13:03:09 +00:00