fixing the 03/06/2008 red mosaic

This commit is contained in:
Pedro Machado Manhaes de Castro 2008-06-04 07:52:42 +00:00
parent 5cf2eb63cd
commit c63a8519f5
1 changed files with 9 additions and 0 deletions

View File

@ -192,6 +192,15 @@ public:
a.orientation());
}
typename K2::Circle_3
operator()(const typename K1::Circle_3 &a) const
{
typedef typename K2::Circle_3 Circle_3;
return Circle_3(operator()(a.center()),
c(a.squared_radius()),
c(a.supporting_plane()));
}
typename K2::Triangle_3
operator()(const typename K1::Triangle_3 &a) const
{