Beispiel #1
0
bool Point2D::operator<(const Point2D& other) const {
	return originDistanceSquared() < other.originDistanceSquared();
}