removed sorting
This commit is contained in:
parent
b094cf70b3
commit
2b51a02f44
3
main.cpp
3
main.cpp
@ -102,8 +102,7 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: sort here, once and for all? xD
|
// debug print points
|
||||||
//sortPoints(points);
|
|
||||||
for (Point& pt : points)
|
for (Point& pt : points)
|
||||||
{
|
{
|
||||||
std::cout << "pt: " << pt.x() << ", " << pt.y() << std::endl;
|
std::cout << "pt: " << pt.x() << ", " << pt.y() << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user