Merge pull request #153 from MoniqueTeillaud/patch-1

Update Regular_triangulation_euclidean_traits_3.h
This commit is contained in:
Laurent Rineau 2015-07-02 11:46:45 +02:00
commit 131feb669d
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ The type for weighted points.
typedef Weighted_point <Bare_point, Weight>
Weighted_point_3;
/*!
The type for points.
*/
typedef Weighted_point <Bare_point, Weight>
Point_3;
/// @}
/// \name Types for Predicate Functors