Method code for $math.matrix_scale()

[Turn on line numbering]
arg s, m;
var x;

return map x in (m) to (.scale(s, x));

["// Various Contributors, including: Miroslav Silovic, Bruce Mitchner, Nolan, Sean R. Lynch, Technobunny", "// Created 19-Oct-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark