diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h index bc9c5fbf871..3e1d6c054e8 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h @@ -5,7 +5,7 @@ The concept `AABBRayIntersectionTraits` is a refinement of the Model `AABBTraits`. In addition to the types and functions required by `AABBTraits` it also requires function objects to calculate the -distance of an intersection along +distance of an intersection along a ray. \cgalHasModel `CGAL::AABB_traits` @@ -15,6 +15,7 @@ distance of an intersection along */ class AABBRayIntersectionTraits { +public: /*! Type of a 3D ray.