Matrix.scaling

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

Meta