mirror of https://github.com/CGAL/cgal
back
This commit is contained in:
parent
4eef22cd48
commit
4caabbbed9
|
|
@ -176,7 +176,7 @@ public:
|
||||||
typedef typename K2::Circle_2 Circle_2;
|
typedef typename K2::Circle_2 Circle_2;
|
||||||
return Circle_2(operator()(a.center()),
|
return Circle_2(operator()(a.center()),
|
||||||
c(a.squared_radius()),
|
c(a.squared_radius()),
|
||||||
a.orientation());
|
a.rep().orientation());
|
||||||
}
|
}
|
||||||
|
|
||||||
typename K2::Triangle_2
|
typename K2::Triangle_2
|
||||||
|
|
@ -244,7 +244,7 @@ public:
|
||||||
typedef typename K2::Sphere_3 Sphere_3;
|
typedef typename K2::Sphere_3 Sphere_3;
|
||||||
return Sphere_3(operator()(a.center()),
|
return Sphere_3(operator()(a.center()),
|
||||||
c(a.squared_radius()),
|
c(a.squared_radius()),
|
||||||
a.orientation());
|
a.reo().orientation());
|
||||||
}
|
}
|
||||||
|
|
||||||
typename K2::Circle_3
|
typename K2::Circle_3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue