This commit is contained in:
Sébastien Loriot 2022-06-21 10:42:30 +02:00
parent ee415d50de
commit c1eacac982
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Functor that provides
\link LinearCellComplexTraits::Point `Point`\endlink `operator() (const` \link Point `Point`\endlink`& p, const` \link LinearCellComplexTraits::Vector `Vector`\endlink`& v)`,
which constructs the translation of point `p` by vector `v`, and
\link LinearCellComplexTraits::Point `Point`\endlink `operator() (const CGAL::Origin&, const` \link LinearCellComplexTraits::Vector `Vector`\endlink`& v)`,
which constructs the translation of a point at the origin by vector `v` (used in \link CGAL::barycenter `barycenter`\endlink).
which constructs the translation of a point at the origin by vector `v` (used in \link LinearCellComplex::barycenter `barycenter()`\endlink).
*/
typedef unspecified_type Construct_translated_point;