VKVG  
Vulkan Vector Graphics

◆ vkvg_translate()

void vkvg_translate ( VkvgContext  ctx,
float  dx,
float  dy 
)

Modifies the current transformation matrix by applying an additional translation transformation by (dx,dy) in user space coordinate.

Parameters
ctxa valid vkvg Context
dxthe x translation
dythe y translation