NVGMatrix.rotateTransform

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

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