mirror of https://github.com/CGAL/cgal
Follow-up of use of Robust_construction.
This commit is contained in:
parent
786163859a
commit
c278a43b16
|
|
@ -124,9 +124,10 @@ template < class K>
|
||||||
class Robust_weighted_circumcenter_traits_3
|
class Robust_weighted_circumcenter_traits_3
|
||||||
: public K
|
: public K
|
||||||
{
|
{
|
||||||
|
typedef Exact_predicates_exact_constructions_kernel EK;
|
||||||
public:
|
public:
|
||||||
typedef CGAL::Robust_construct_circumcenter_3<typename K::Kernel> Construct_circumcenter_3;
|
typedef typename Robust_circumcenter_traits_3<typename K::Kernel>::Construct_circumcenter_3 Construct_circumcenter_3;
|
||||||
typedef CGAL::Robust_squared_radius_3<K> Compute_squared_radius_3;
|
typedef typename Robust_circumcenter_traits_3<K>::Compute_squared_radius_3 Compute_squared_radius_3;
|
||||||
|
|
||||||
Construct_circumcenter_3
|
Construct_circumcenter_3
|
||||||
construct_circumcenter_3_object() const
|
construct_circumcenter_3_object() const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue