mirror of https://github.com/CGAL/cgal
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
b49b2a8def
commit
696683ff49
|
|
@ -1,12 +1,11 @@
|
|||
3
|
||||
/*!
|
||||
\ingroup PkgAABBTreeConcepts
|
||||
\cgalConcept
|
||||
|
||||
The concept `AABBRayIntersectionGeomTraits_2` is a refinement of the
|
||||
concept `AABBGeomTraits_2`. In addition to the types required by
|
||||
concept `AABBGeomTraits_2`. In addition to the types and functors required by
|
||||
`AABBGeomTraits_2` it also requires types and functors necessary to
|
||||
define the Intersection_distance functor.
|
||||
define the Intersection_distance functor (see `AABBRayIntersectionTraits`).
|
||||
|
||||
\cgalRefines{AABBGeomTraits_2}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ public:
|
|||
typedef unspecified_type Cartesian_const_iterator_3;
|
||||
|
||||
/*!
|
||||
A model of `ConstructCartesianConstIterator_33`.
|
||||
A model of `ConstructCartesianConstIterator_3`.
|
||||
*/
|
||||
typedef unspecified_type Construct_cartesian_const_iterator_3;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue