This commit is contained in:
Pedro Machado Manhaes de Castro 2008-11-12 11:40:52 +00:00
parent 4eef22cd48
commit 4caabbbed9
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ public:
typedef typename K2::Circle_2 Circle_2;
return Circle_2(operator()(a.center()),
c(a.squared_radius()),
a.orientation());
a.rep().orientation());
}
typename K2::Triangle_2
@ -244,7 +244,7 @@ public:
typedef typename K2::Sphere_3 Sphere_3;
return Sphere_3(operator()(a.center()),
c(a.squared_radius()),
a.orientation());
a.reo().orientation());
}
typename K2::Circle_3