Searched defs:EllipseParam (Results 1 – 1 of 1) sorted by relevance
60 struct EllipseParam { struct61 double x = 0.0; // point x of the ellipse62 double y = 0.0; // point y of the ellipse63 double radiusX = 0.0; // x axis radius of the ellipse64 double radiusY = 0.0; // y axis radius of the ellipse65 double rotation = 0.0; // rotation angle of the ellipse66 double startAngle = 0.0; // start angle of the ellipse67 double endAngle = 0.0; // end angle of the ellipse68 bool anticlockwise = false; // is draw clock wise or not