NVGMatrix.scaleRotateTransform

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

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