Matrix.setScale

Undocumented in source.
struct Matrix(T, ubyte R, ubyte C = R)
static if(R == 4 && C == 4)
void
setScale
(
string op = "="
)
if (
op == "=" ||
op == "+="
||
op == "-="
)
if (
R >= 2 &&
R <= 4
&&
C >= 2
&&
C <= 4
)

Meta