mirror of https://github.com/CGAL/cgal
Fix Apollonius_site
This commit is contained in:
parent
11131d3f6b
commit
f4faff2137
|
|
@ -48,10 +48,6 @@ public:
|
||||||
const Weight& w = Weight(0))
|
const Weight& w = Weight(0))
|
||||||
: _p(p), _w(w) {}
|
: _p(p), _w(w) {}
|
||||||
|
|
||||||
Apollonius_site_2(const Apollonius_site_2& other)
|
|
||||||
: _p(other._p), _w(other._w) {}
|
|
||||||
|
|
||||||
|
|
||||||
const Point_2& point() const { return _p; }
|
const Point_2& point() const { return _p; }
|
||||||
const Weight& weight() const { return _w; }
|
const Weight& weight() const { return _w; }
|
||||||
RT x() const { return _p.x(); }
|
RT x() const { return _p.x(); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue