| # | Line 76 | Line 76 | namespace OpenMD { | |
|---|---|---|
| 76 | /* Total Volume enclosed by Hull */ | |
| 77 | RealType getVolume(){ return volume_; } | |
| 78 | ||
| 79 | – | /* Bounding Box for Hull sites */ | 
| 80 | – | Mat3x3d getBoundingBox(){ return boundingBox_; } | 
| 81 | – | |
| 79 | vector<Triangle> getMesh(){ return Triangles_; } | |
| 80 | void printHull(const std::string& geomFileName); | |
| 81 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |