| # | Line 61 | Line 61 | namespace oopse { | |
|---|---|---|
| 61 | public: | |
| 62 | ||
| 63 | GeometryBuilder(double length,double width); | |
| 64 | + | GeometryBuilder(double length,double width, bool twinned); |
| 65 | ~GeometryBuilder(){}; | |
| 66 | ||
| 67 | bool isInsidePolyhedron(double x, double y, double z); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |