mirror of https://github.com/CGAL/cgal
fixing the 03/06/2008 red mosaic
This commit is contained in:
parent
5cf2eb63cd
commit
c63a8519f5
|
|
@ -192,6 +192,15 @@ public:
|
||||||
a.orientation());
|
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
|
typename K2::Triangle_3
|
||||||
operator()(const typename K1::Triangle_3 &a) const
|
operator()(const typename K1::Triangle_3 &a) const
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue