NVGMatrix.opOpAssign

Multiply this matrix by s. Performs operations in this left-to-right order.

struct NVGMatrix
nothrow @trusted @nogc ref
opOpAssign
(
string op = "*"
)
(
const scope auto ref NVGMatrix s
)
Suggestion Box / Bug Report