Grx.get_last_arc_coordinates
@accepts(int, int, int, int, int, int) @returns(none) def get_last_arc_coordinates(xs, ys, xe, ye, xc, yc): # Python wrapper for grx_get_last_arc_coordinates()
Gets the starting, ending and center coordinates of the arc from the most recent call to an arc function.
- xs
the starting X coordinate
- ys
the starting Y coordinate
- xe
the ending X coordinate
- ye
the ending Y coordinate
- xc
the center X coordinate
- yc
the center Y coordinate