NVGPathOutline.createNewBezier

Create new path with cubic bezier (first command is MoveTo, second command is BezierTo).

struct NVGPathOutline
nothrow @trusted @nogc static
createNewBezier
(
in float x1
,
in float y1
,
in float x2
,
in float y2
,
in float x3
,
in float y3
,
in float x4
,
in float y4
)
Suggestion Box / Bug Report