Bounding_volumes: Fix typo

This commit is contained in:
Andreas Fabri 2022-05-31 15:21:35 +01:00
parent e73e030dca
commit 29b737a08b
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ sorted lengths of the computed ellipsoid's axes. The \f$ d\f$ returned
numbers are floating-point approximations to the exact
axes-lengths of the computed ellipsoid; no guarantee is given
w.r.t.\ the involved relative error. (See also method
`axes_direction_cartesian_begin()`.) \pre `ame.is_full_dimensional() == true`, and \f$ d\in\{2,3\}\f$.
`axis_direction_cartesian_begin()`.) \pre `ame.is_full_dimensional() == true`, and \f$ d\in\{2,3\}\f$.
*/
Axes_lengths_iterator axes_lengths_begin();

View File

@ -362,7 +362,7 @@ namespace CGAL {
// the computed ellipsoid's axes. The d lengths are floating-point
// approximations to the exact axes-lengths of the computed ellipsoid; no
// guarantee is given w.r.t. the involved relative error. (See also method
// axes_direction_cartesian_begin().) The elements of the iterator are
// `axis_direction_cartesian_begin()`.) The elements of the iterator are
// sorted descending.
//
// Precondition: !is_degenerate() && (d==2 || d==3)