many changes :P
This commit is contained in:
17
floorplan/Stair.h
Normal file
17
floorplan/Stair.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef STAIR_H
|
||||
#define STAIR_H
|
||||
|
||||
#include "../geo/BBox2.h"
|
||||
#include "../geo/Point2.h"
|
||||
|
||||
struct Stair {
|
||||
|
||||
/** bbox with all starting points */
|
||||
BBox2 from;
|
||||
|
||||
/** the direction to move all the starting points to */
|
||||
Point2 dir;
|
||||
|
||||
};
|
||||
|
||||
#endif // STAIR_H
|
||||
Reference in New Issue
Block a user