Grx.get_last_arc_coordinates

function get_last_arc_coordinates(): [xs: Number(gint), ys: Number(gint), xe: Number(gint), ye: Number(gint), xc: Number(gint), yc: Number(gint)] {
    // Gjs 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