mirror of https://github.com/CGAL/cgal
Update AABB_tree/include/CGAL/AABB_traits_3.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
26d40e7ca2
commit
ae0f114238
|
|
@ -72,7 +72,7 @@ struct AABB_traits_intersection_base<GeomTraits,true>{
|
|||
typedef typename GeomTraits::Ray_3 Ray_3;
|
||||
typedef typename GeomTraits::Point_3 Point_3;
|
||||
typedef typename GeomTraits::Point_3 Point;
|
||||
typedef typename GeomTraits::Point_3 Ray;
|
||||
typedef typename GeomTraits::Ray_3 Ray;
|
||||
typedef typename GeomTraits::Vector_3 Vector_3;
|
||||
typedef typename GeomTraits::FT FT;
|
||||
typedef typename GeomTraits::Cartesian_const_iterator_3 Cartesian_const_iterator_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue