diff options
Diffstat (limited to 'Cubehole.cpp')
-rw-r--r-- | Cubehole.cpp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Cubehole.cpp b/Cubehole.cpp index 0806f79..03ddc28 100644 --- a/Cubehole.cpp +++ b/Cubehole.cpp @@ -17,33 +17,3 @@ std::list<Triangle> Cubehole::getTriangles() return triangles; } - -float Cubehole::getHeight() -{ - return height; -} - -float Cubehole::getWidth() -{ - return width; -} - -float Cubehole::getDepth() -{ - return depth; -} - -float Cubehole::getPosX() -{ - return x; -} - -float Cubehole::getPosY() -{ - return y; -} - -float Cubehole::getPosZ() -{ - return z; -} |