worked on 3D walls
This commit is contained in:
@@ -18,6 +18,10 @@ public:
|
||||
pts.push_back(p);
|
||||
}
|
||||
|
||||
void add(std::initializer_list<Point2> lst) {
|
||||
for (const Point2 p : lst) {add(p);}
|
||||
}
|
||||
|
||||
std::vector<Point2>::iterator begin() {return pts.begin();}
|
||||
std::vector<Point2>::iterator end() {return pts.end();}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user