NVGMatrix.RotatedTransformed

This is the same as doing: NVGMatrix.Identity.rotate(a).translate(tx, ty), only faster

struct NVGMatrix
nothrow @trusted @nogc static
RotatedTransformed
(
in float a
,
in float tx
,
in float ty
)
Suggestion Box / Bug Report