mirror of https://github.com/CGAL/cgal
Bounding_volumes: Fix typo
This commit is contained in:
parent
e73e030dca
commit
29b737a08b
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue