Add a note on Point_d if in the Regular_triangulation context

This commit is contained in:
Clement Jamin 2016-05-31 16:20:32 +02:00
parent 993bef7774
commit ccaeeb4a89
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ Type for the model of the `TriangulationTraits_` concept.
typedef TriangulationTraits_ Geom_traits;
/*!
A point in Euclidean space.
A point in Euclidean space. Note that in the context of a
`Regular_triangulation` class (which derives from this class),
`TriangulationTraits_::Point_d` is a weighted point.
*/
typedef TriangulationTraits_::Point_d Point;