mirror of https://github.com/CGAL/cgal
doc fix
This commit is contained in:
parent
30d5ca75ee
commit
d788500386
|
|
@ -204,6 +204,7 @@ public:
|
|||
|
||||
/// Point type
|
||||
typedef typename GeomTraits::Point_3 Point; // because the AABB_tree is dimension agnostic
|
||||
/// Deprecated point type
|
||||
typedef typename GeomTraits::Point_3 Point_3; // kept for backward compatibility
|
||||
|
||||
/// additional types for the search tree, required by the RangeSearchTraits concept
|
||||
|
|
|
|||
Loading…
Reference in New Issue