7 #ifndef ELLIPSE_PARAMETERS_H
8 #define ELLIPSE_PARAMETERS_H
46 double m_angleRadians;
51 #endif // ELLIPSE_PARAMETERS_H
double a() const
Get method for a.
QPointF posCenter() const
Get method for center.
double angleRadians() const
Get method for angle in radians.
Parameters that define an ellipse about the specified center, at the specified angle from alignment w...
virtual ~EllipseParameters()
EllipseParameters & operator=(const EllipseParameters &other)
Assignment constructor.
double b() const
Get method for b.
EllipseParameters()
Constructor when this class is expected to be never used.