Fixed documentation of Bare_point and Weighted_point in concept SkinSurface3

This commit is contained in:
Mael Rouxel-Labbé 2017-04-14 11:49:38 +02:00
parent 3b7b8128d8
commit 76569403f0
1 changed files with 5 additions and 7 deletions

View File

@ -27,16 +27,14 @@ construction of the regular triangulation.
typedef unspecified_type Geometric_traits;
/*!
The `Weighted_point` type defined
by the `Geometric_traits`.
The `Weighted_point` type.
*/
typedef unspecified_type Weighted_point;
typedef Geometric_traits::Weighted_point_3 Weighted_point;
/*!
The `Bare_point` type defined by the
`Geometric_traits`.
*/
typedef unspecified_type Bare_point;
The `Bare_point` type.
*/
typedef Geometric_traits::Point_3 Bare_point;
/*!
The `FT` type defined by the