Fix SDG_Linf

This commit is contained in:
Andreas Fabri 2019-01-15 18:44:49 +01:00
parent f627339eea
commit 1c21a80e61
1 changed files with 0 additions and 3 deletions

View File

@ -110,9 +110,6 @@ public:
Homogeneous_point_2(const Point_2& p)
: hx_(p.x()), hy_(p.y()), hw_(1) {}
Homogeneous_point_2(const Homogeneous_point_2& other)
: hx_(other.hx_), hy_(other.hy_), hw_(other.hw_) {}
RT hx() const { return hx_; }
RT hy() const { return hy_; }
RT hw() const { return hw_; }