NVGMatrix.opBinary

Multiply this matrix by s, return result as new matrix. Performs operations in this left-to-right order.

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