VKVG  
Vulkan Vector Graphics

◆ vkvg_rel_elliptic_arc_to()

void vkvg_rel_elliptic_arc_to ( VkvgContext  ctx,
float  x,
float  y,
bool  large_arc_flag,
bool  sweep_flag,
float  rx,
float  ry,
float  phi 
)

This method has the same effect as a call to vkvg_elliptic_arc_to except that the coordinate are expressed relative to the current point.

Parameters
ctxA valid context handle.
xthe arc end point x coordinate relative to the current point.
ythe arc end point y coordinate relative to the current point.
large_arc_flagdetermines if the arc must be less or greater than 180°.
sweep_flagThe sweep_flag boolean determines if the arc must start from a negative or positive angle.
rxThe x radius of the ellipse.
ryThe y radius of the ellipse.
phiClockwise rotation of the arc in radian.