VKVG  
Vulkan Vector Graphics

◆ vkvg_rel_quadratic_to()

void vkvg_rel_quadratic_to ( VkvgContext  ctx,
float  x1,
float  y1,
float  x2,
float  y2 
)
Parameters
ctxThe vkvg context pointer.
x1The X coordinate of the control point relative to the current point.
y1The Y coordinate of the control point relative to the current point.
x2The X coordinate of the end point of the curve relative to the current point.
y2The Y coordinate of the end point of the curve relative to the current point.