7#ifndef ELLIPSE_PARAMETERS_H
8#define ELLIPSE_PARAMETERS_H
46 double m_angleRadians;
const int INNER_RADIUS_MIN
Parameters that define an ellipse about the specified center, at the specified angle from alignment w...
double angleRadians() const
Get method for angle in radians.
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.
virtual ~EllipseParameters()
QPointF posCenter() const
Get method for center.
double a() const
Get method for a.