Searched defs:ArcToParam (Results 1 – 1 of 1) sorted by relevance
52 struct ArcToParam { struct53 double x1 = 0.0; // start point x54 double y1 = 0.0; // start point y55 double x2 = 0.0; // end point x56 double y2 = 0.0; // end point y57 double radius = 0.0; // radius of the circle