mirror of https://github.com/CGAL/cgal
Add a note on Point_d if in the Regular_triangulation context
This commit is contained in:
parent
993bef7774
commit
ccaeeb4a89
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue