Skip to content

Commit 5a26a95

Browse files
committed
rephrasing
1 parent f19d7c6 commit 5a26a95

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
@@ -866,9 +866,8 @@ const CGAL::Point_3<Kernel>& t);
866866

867867
/*!
868868
returns, given the line `l` passing through the origin and of direction `dir`,
869-
`CGAL::SMALLER`, `CGAL::LARGER`, and `CGAL::EQUAL` if when comparing the distances to the origin of
870-
the projections onto `l`, the point `p` is closer, farther, and equal to `q`,
871-
respectively.
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`.
872871
873872
\sa `compare_distance_to_point_grp`
874873
\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
@@ -9029,9 +9029,8 @@ class CompareProjectionAlongDirection_3 {
90299029

90309030
/*!
90319031
returns, given the line `l` passing through the origin and of direction `dir`,
9032-
`CGAL::SMALLER`, `CGAL::LARGER`, and `CGAL::EQUAL` if when comparing the distances to the origin of
9033-
the projections onto `l`, the point `p` is closer, farther, and equal to `q`,
9034-
respectively.
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`.
90359034
*/
90369035
Comparison_result operator()(const Kernel::Point_3 &p,
90379036
const Kernel::Point_3 &q,

0 commit comments

Comments
 (0)