2008 Dec 22
Different vector graphics systems have different parameters and need conversion.
Conversion | |
---|---|
From | To |
cx : center x coordinate cy : center y coordinate x_radius : in user units y_radius : in user units angle_start : in degrees angle_extent : in degrees x_axis_angle : in degrees |
x_start : x coordinate of arc beginning y_start : y coordinate of arc beginning x_radius : in user units y_radius : in user units large_arc : see spec sweep : see spec x_end : x coordinate of arc end y_end : y coordinate of arc end |
#include |