summaryrefslogtreecommitdiffstats
path: root/src/glitem.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-20 12:37:03 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-20 12:37:03 +0200
commitd08bef1ccd33b9f2600e84dfe30545c2abc1b180 (patch)
tree52e4d57f597368d282df6d23c32d854d25c0b9ab /src/glitem.h
parentd738e0bf45c6d9503d5d9549d8e54b313a9276d0 (diff)
downloadMultimedia-d08bef1ccd33b9f2600e84dfe30545c2abc1b180.tar.gz
Multimedia-d08bef1ccd33b9f2600e84dfe30545c2abc1b180.zip
Create createF function
Diffstat (limited to 'src/glitem.h')
-rw-r--r--src/glitem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glitem.h b/src/glitem.h
index 5e60ee6..552120d 100644
--- a/src/glitem.h
+++ b/src/glitem.h
@@ -132,6 +132,12 @@ protected:
virtual void createCube(const QVector3D &lbb, const QVector3D &rtf);
/**
+ * @brief createF Creates an 'F' with cubes.
+ * @param height The height of the 'F'.
+ */
+ virtual void createF(double height);
+
+ /**
* @brief createAxes Creates x, y and z axis with specified length starting for (0,0,0)
* @param length Axes length.
*/