summaryrefslogtreecommitdiffstats
path: root/Trapezocube.h
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2009-12-10 22:00:10 +0100
committerConstantin Riß <constantin.riss@dre.de>2009-12-10 22:00:10 +0100
commitfbed33283cdd85589e4ea577ba11e635f55723f0 (patch)
tree6f4c97fbead4bdd566d10c7284a0e2605571def5 /Trapezocube.h
parent327f92f8d668da57febe51b84e52667c241d4ba4 (diff)
downloadc3d-fbed33283cdd85589e4ea577ba11e635f55723f0.tar
c3d-fbed33283cdd85589e4ea577ba11e635f55723f0.zip
Kleine änderungen.
Diffstat (limited to 'Trapezocube.h')
-rw-r--r--Trapezocube.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Trapezocube.h b/Trapezocube.h
index c291e21..3c2aa71 100644
--- a/Trapezocube.h
+++ b/Trapezocube.h
@@ -10,7 +10,8 @@ class Trapezocube
public:
Trapezocube(): widthfront(0), widthback(0), height(0), depth(0), x(0), y(0), z(0), rotate(0) {}
- Trapezocube(float widthfront, float widthback, float height, float depth, float x, float y, float z, float rotate, const vmml::vec4f &col) {
+ Trapezocube(float widthfront, float widthback, float height, float depth, float x, float y, float z,
+ float rotate, const vmml::vec4f &col) {
setSize(widthfront, widthback, height, depth);
setPos(x, y, z);
setRotate(rotate);