up
This commit is contained in:
@ -16,7 +16,8 @@ class RenderArea : public QWidget
|
||||
Astroid,
|
||||
Cycloid,
|
||||
HuygensCycloid,
|
||||
HypoCycloid
|
||||
HypoCycloid,
|
||||
Line
|
||||
};
|
||||
|
||||
void setBackgroundColor(QColor color) { mBackgroundColour = color; }
|
||||
@ -38,6 +39,7 @@ class RenderArea : public QWidget
|
||||
QPointF ComputeCycloid(double t);
|
||||
QPointF ComputeHuygens(double t);
|
||||
QPointF ComputeHypo(double t);
|
||||
QPointF ComputeLine(double t);
|
||||
QPointF Compute(double t);
|
||||
QColor mBackgroundColour,mShapeColour;
|
||||
ShapesType mShape;
|
||||
|
Reference in New Issue
Block a user