Skip to content

Commit 2140b82

Browse files
committed
improve phrasing
1 parent cbcb13a commit 2140b82

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,9 +865,8 @@ const CGAL::Point_3<Kernel>& t);
865865
/// \ingroup kernel_global_function
866866

867867
/*!
868-
returns, given the line `l` passing through the origin and of direction `dir`,
869-
`CGAL::SMALLER`, `CGAL::EQUAL`, or `CGAL::LARGER` if the projection of `p` on `l`
870-
precedes, coincides, or follows that of `q` in the direction pointed by `dir`.
868+
returns `CGAL::SMALLER`, `CGAL::EQUAL`, or `CGAL::LARGER` if the projection of `p` onto
869+
a line with direction `dir` precedes, coincides, or follows that of `q` in the direction pointed by `dir`.
871870
872871
\sa `compare_distance_to_point_grp`
873872
\sa `compare_signed_distance_to_line_grp`

Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9028,9 +9028,8 @@ class CompareProjectionAlongDirection_3 {
90289028
/// @{
90299029

90309030
/*!
9031-
returns, given the line `l` passing through the origin and of direction `dir`,
9032-
`CGAL::SMALLER`, `CGAL::EQUAL`, or `CGAL::LARGER` if the projection of `p` on
9033-
`l` precedes, coincides, or follows that of `q` in the direction pointed by `dir`.
9031+
returns `CGAL::SMALLER`, `CGAL::EQUAL`, or `CGAL::LARGER` if the projection of `p` onto
9032+
a line with direction `dir` precedes, coincides, or follows that of `q` in the direction pointed by `dir`.
90349033
*/
90359034
Comparison_result operator()(const Kernel::Point_3 &p,
90369035
const Kernel::Point_3 &q,

0 commit comments

Comments
 (0)