summaryrefslogtreecommitdiffstats
path: root/Cubehole.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2009-12-10 21:43:38 +0100
committerConstantin Riß <constantin.riss@dre.de>2009-12-10 21:43:38 +0100
commit327f92f8d668da57febe51b84e52667c241d4ba4 (patch)
treef940597a348cf46cf641cc2cda266c4395c31c38 /Cubehole.cpp
parente744ab213aeaccfe1aea6050907019aad9cf1911 (diff)
downloadc3d-327f92f8d668da57febe51b84e52667c241d4ba4.tar
c3d-327f92f8d668da57febe51b84e52667c241d4ba4.zip
Größen bei Cubehole verbessert/richtig eingestellt.
Diffstat (limited to 'Cubehole.cpp')
-rw-r--r--Cubehole.cpp30
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;
-}