| # | Line 60 | Line 60 | namespace oopse { | |
|---|---|---|
| 60 | ||
| 61 | public: | |
| 62 | ||
| 63 | < | GeometryBuilder(double length,double width); |
| 64 | < | GeometryBuilder(double length,double width, bool twinned); |
| 63 | > | GeometryBuilder(RealType length,RealType width); |
| 64 | > | GeometryBuilder(RealType length,RealType width, bool twinned); |
| 65 | ~GeometryBuilder(){}; | |
| 66 | ||
| 67 | < | bool isInsidePolyhedron(double x, double y, double z); |
| 67 | > | bool isInsidePolyhedron(RealType x, RealType y, RealType z); |
| 68 | void dumpGeometry(const std::string& geomFileName); | |
| 69 | private: | |
| 70 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |