NVGMatrix.ScaledRotatedTransformed

Utility function to be used in setXXX(). This is the same as doing: NVGMatrix.Identity.rotate(a).scale(xs, ys).translate(tx, ty), only faster

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