rendering astroid

This commit is contained in:
thepra
2017-08-28 11:44:07 +02:00
parent 93af42b93d
commit 4f847aa671
3 changed files with 20 additions and 1 deletions

View File

@ -33,6 +33,7 @@ class RenderArea : public QWidget
public slots:
private:
QPointF ComputeAstroid(float t);
QColor mBackgroundColour;
QColor mShapeColour;
ShapesType mShape;