summaryrefslogtreecommitdiffstats
path: root/src/glitem.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-26 21:50:32 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-26 21:50:32 +0100
commitfedc6e9684e017513b52f845f1c9384d738cfe62 (patch)
tree83acc60861e49adcf08f1c4372c10a86306bee62 /src/glitem.h
parent94783d6efa10f84889c02ff31118883903d494a2 (diff)
downloadMultimedia-fedc6e9684e017513b52f845f1c9384d738cfe62.tar.gz
Multimedia-fedc6e9684e017513b52f845f1c9384d738cfe62.zip
Add first version of drawing F with transformations
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 552120d..e58f36f 100644
--- a/src/glitem.h
+++ b/src/glitem.h
@@ -138,6 +138,12 @@ protected:
virtual void createF(double height);
/**
+ * @brief drawF Draws an 'F' with matrix transformations.
+ * @param height The height of the 'F'.
+ */
+ virtual void drawF(double height);
+
+ /**
* @brief createAxes Creates x, y and z axis with specified length starting for (0,0,0)
* @param length Axes length.
*/