10 m_posCenter (QPointF (0, 0)),
21 m_posCenter (posCenter),
22 m_angleRadians (angleRadians),
39 m_posCenter (other.posCenter()),
40 m_angleRadians (other.angleRadians()),
56 return m_angleRadians;
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.