Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soesau committed Apr 25, 2024
1 parent 696683f commit 4f5bcc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AABB_tree/doc/AABB_tree/Concepts/AABBGeomTraits_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ must be a `std::optional` of a `std::variant` of the possible intersection types
typedef unspecified_type Intersect_2;

/*!
A functor object to construct the circle centered at one point and passing through another one.
A functor object to construct the circle specified by its center and squared radius.
Provides the operator:
`Circle_2 operator()(const Point_2& p, const FT & sr)`,
Expand Down
2 changes: 1 addition & 1 deletion AABB_tree/doc/AABB_tree/Concepts/AABBGeomTraits_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ must be a `std::optional` of a `std::variant` of the possible intersection types
typedef unspecified_type Intersect_3;

/*!
A functor object to construct the sphere centered at one point and passing through another one.
A functor object to construct the sphere specified by its center and squared radius.
Provides the operator:
`Sphere_3 operator()(const Point_3& p, const FT & sr)`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AABBRayIntersectionGeomTraits_3 {
Construct_source_3 construct_source_3_object();

/*!
A model of `CartesianConstIterator3`.
A model of `CartesianConstIterator_3`.
*/
typedef unspecified_type Cartesian_const_iterator_3;

Expand Down

0 comments on commit 4f5bcc6

Please sign in to comment.