mirror of https://github.com/CGAL/cgal
undo more changes
This commit is contained in:
parent
c6ee406603
commit
ee0a90bd4d
|
|
@ -3373,8 +3373,6 @@ namespace HomogeneousKernelFunctors {
|
||||||
typedef typename K::Point_2 Point_2;
|
typedef typename K::Point_2 Point_2;
|
||||||
typedef typename K::Direction_2 Direction_2;
|
typedef typename K::Direction_2 Direction_2;
|
||||||
typedef typename K::Line_2 Line_2;
|
typedef typename K::Line_2 Line_2;
|
||||||
typedef typename K::Segment_2 Segment_2;
|
|
||||||
typedef typename K::Triangle_2 Triangle_2;
|
|
||||||
public:
|
public:
|
||||||
typedef Point_2 result_type;
|
typedef Point_2 result_type;
|
||||||
|
|
||||||
|
|
@ -3387,14 +3385,6 @@ namespace HomogeneousKernelFunctors {
|
||||||
l2.a()*l.c() - l.a()*l2.c(),
|
l2.a()*l.c() - l.a()*l2.c(),
|
||||||
l.a()*l2.b() - l2.a()*l.b() );
|
l.a()*l2.b() - l2.a()*l.b() );
|
||||||
}
|
}
|
||||||
|
|
||||||
Point_2
|
|
||||||
operator()(const Segment_2& s, const Point_2& p) const
|
|
||||||
{ return CommonKernelFunctors::Construct_projected_point_2<K>()(s, p, K()); }
|
|
||||||
|
|
||||||
Point_2
|
|
||||||
operator()(const Triangle_2& t, const Point_2& p) const
|
|
||||||
{ return CommonKernelFunctors::Construct_projected_point_2<K>()(t, p, K()); }
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename K>
|
template <typename K>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue