Matrix.scale

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Matrix scale(mt x, mt y)
    struct Matrix(type, int rows_, int cols_)
    @safe pure nothrow
    static if((rows == 2) && (cols == 2))
    scale
    (,)
    if (
    (rows_ > 0) &&
    (cols_ > 0)
    )
  2. Matrix scale(mt x, mt y, mt z)

Meta