VKVG  
Vulkan Vector Graphics

◆ vkvg_ellipse()

void vkvg_ellipse ( VkvgContext  ctx,
float  radiusX,
float  radiusY,
float  x,
float  y,
float  rotationAngle 
)

Start a new subpath and add a closed ellipse to it. After the call to this method, no current point is defined.

Parameters
ctxA valid context handle.
radiusXEllipse radius in the horizontal direction.
radiusYEllipse radius in the vertical direction.
xEllipse's center x coordinate.
yEllipse's center y coordinate.
rotationAngleA clockwise rotation angle in radian.