mirror of https://github.com/CGAL/cgal
Changed typedef .. Point
This commit is contained in:
parent
a93d1e7fe5
commit
bbcc74e1a4
|
|
@ -52,9 +52,9 @@ class Regular_triangulation_euclidean_traits_3
|
|||
: public Triangulation_geom_traits_3<Repres>
|
||||
{
|
||||
public:
|
||||
typedef typename Triangulation_geom_traits_3<Repres>::Point Bare_point;
|
||||
typedef typename Triangulation_geom_traits_3<Repres>::Point_3 Bare_point;
|
||||
typedef Weighted_point <Bare_point, Weight> Weighted_point;
|
||||
typedef Weighted_point Point;
|
||||
typedef Weighted_point Point_3;
|
||||
|
||||
// power test for non coplanar points
|
||||
Oriented_side power_test(const Weighted_point &p,
|
||||
|
|
|
|||
Loading…
Reference in New Issue