VKVG  
Vulkan Vector Graphics

◆ vkvg_matrix_init_scale()

void vkvg_matrix_init_scale ( vkvg_matrix_t matrix,
float  sx,
float  sy 
)

Initialize members of the supplied matrix to create a new scaling matrix

Parameters
matrixa valid vkvg_matrix_t pointer
sxscale in the x direction
syScale in the y direction