mirror of https://github.com/CGAL/cgal
Merge pull request #153 from MoniqueTeillaud/patch-1
Update Regular_triangulation_euclidean_traits_3.h
This commit is contained in:
commit
131feb669d
|
|
@ -48,6 +48,12 @@ The type for weighted points.
|
||||||
typedef Weighted_point <Bare_point, Weight>
|
typedef Weighted_point <Bare_point, Weight>
|
||||||
Weighted_point_3;
|
Weighted_point_3;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
The type for points.
|
||||||
|
*/
|
||||||
|
typedef Weighted_point <Bare_point, Weight>
|
||||||
|
Point_3;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
/// \name Types for Predicate Functors
|
/// \name Types for Predicate Functors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue