added new tex comments/details
worked on evaluation stair sanitizing added stair-plotting (for debug)
This commit is contained in:
@@ -71,8 +71,6 @@ public:
|
||||
for (const Line2& l : f.getObstacles()) {
|
||||
const K::GnuplotPoint3 p1(l.p1.x, l.p1.y, height.cm());
|
||||
const K::GnuplotPoint3 p2(l.p2.x, l.p2.y, height.cm());
|
||||
//if (l.p1.x > 3000) {continue;}
|
||||
//if (l.p1.y > 3000) {continue;}
|
||||
floors.addSegment(p1, p2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user