mirror of https://github.com/CGAL/cgal
Fix SDG_Linf
This commit is contained in:
parent
f627339eea
commit
1c21a80e61
|
|
@ -110,9 +110,6 @@ public:
|
||||||
Homogeneous_point_2(const Point_2& p)
|
Homogeneous_point_2(const Point_2& p)
|
||||||
: hx_(p.x()), hy_(p.y()), hw_(1) {}
|
: 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 hx() const { return hx_; }
|
||||||
RT hy() const { return hy_; }
|
RT hy() const { return hy_; }
|
||||||
RT hw() const { return hw_; }
|
RT hw() const { return hw_; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue