mirror of https://github.com/CGAL/cgal
Added _object function for inexact circumcenter construction
This commit is contained in:
parent
e53a3d3b67
commit
9631dbb835
|
|
@ -528,6 +528,8 @@ public:
|
|||
construct_inexact_intersection_2_object() const
|
||||
{ return Construct_inexact_intersection_2(); }
|
||||
|
||||
|
||||
|
||||
class Construct_inexact_hyperbolic_circumcenter_2
|
||||
{
|
||||
typedef typename Kernel::Circle_2 Circle_2;
|
||||
|
|
@ -595,6 +597,12 @@ public:
|
|||
|
||||
}; // end Construct_inexact_hyperbolic_circumcenter_2
|
||||
|
||||
|
||||
Construct_inexact_hyperbolic_circumcenter_2
|
||||
construct_inexact_hyperbolic_circumcenter_2_object() const
|
||||
{ return Construct_inexact_hyperbolic_circumcenter_2(); }
|
||||
|
||||
|
||||
public:
|
||||
Periodic_4_hyperbolic_Delaunay_triangulation_traits_2() {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue