NVGPathOutline.createNewQuad

Create new path with quadratic bezier (first command is MoveTo, second command is QuadTo).

struct NVGPathOutline
nothrow @trusted @nogc static
createNewQuad
(
in float x0
,
in float y0
,
in float cx
,
in float cy
,
in float x
,
in float y
)
Suggestion Box / Bug Report