Searched defs:rot_angle (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Delliptical-arc.h71 Coord rot_angle, bool large_arc, bool sweep,
76 , _ellipse(0, 0, r[X], r[Y], rot_angle)
85 Coord rot_angle, bool large_arc, bool sweep,
90 , _ellipse(0, 0, rx, ry, rot_angle)
142 double rot_angle, bool large_arc, bool sweep,
149 _ellipse.setRotationAngle(rot_angle);
157 Angle rot_angle, bool large_arc, bool sweep,
164 _ellipse.setRotationAngle(rot_angle);
70 EllipticalArc( Point const &ip, Point const &r, Coord rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
84 EllipticalArc( Point const &ip, Coord rx, Coord ry, Coord rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
141 set( Point const &ip, double rx, double ry, double rot_angle, bool large_arc, bool sweep, Point const &fp ) argument
156 set( Point const &ip, Point const &r, Angle rot_angle, bool large_arc, bool sweep, Point const &fp ) argument

Completed in 29 milliseconds