From fedc6e9684e017513b52f845f1c9384d738cfe62 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 26 Oct 2015 21:50:32 +0100 Subject: Add first version of drawing F with transformations --- src/glitem.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/glitem.h') diff --git a/src/glitem.h b/src/glitem.h index 552120d..e58f36f 100644 --- a/src/glitem.h +++ b/src/glitem.h @@ -137,6 +137,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. -- cgit v1.2.3-70-g09d2