Some inlining optimizations.

This commit is contained in:
bubnikv 2016-09-13 09:46:41 +02:00
parent c443f49da3
commit 068f71847e
4 changed files with 3 additions and 14 deletions

View file

@ -74,12 +74,6 @@ MultiPoint::length() const
return len;
}
bool
MultiPoint::is_valid() const
{
return this->points.size() >= 2;
}
int
MultiPoint::find_point(const Point &point) const
{