diff options
Diffstat (limited to 'src/glitem.h')
| -rw-r--r-- | src/glitem.h | 6 |
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. */ |
