7 #ifndef ELLIPSE_PARAMETERS_H 8 #define ELLIPSE_PARAMETERS_H 46 double m_angleRadians;
51 #endif // ELLIPSE_PARAMETERS_H QPointF posCenter() const
Get method for center.
double a() const
Get method for a.
double b() const
Get method for b.
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.
EllipseParameters()
Constructor when this class is expected to be never used.
double angleRadians() const
Get method for angle in radians.