Made example work with new Kernel design

This commit is contained in:
Andreas Fabri 2006-03-28 13:39:28 +00:00
parent 405a847ead
commit f5f4760b7c
1 changed files with 1 additions and 6 deletions

View File

@ -30,20 +30,15 @@ public:
bool operator==(const MySegmentC2 &s) const;
bool operator!=(const MySegmentC2 &s) const;
Point_2 & source()
{
return sp_;
}
const Point_2 & source() const
{
return sp_;
}
const Point_2 & target() const
{
return tp_;
}
const Point_2 & start() const;
const Point_2 & end() const;