Matrix.opBinaryRight

Undocumented in source.
  1. Vector!(T, 2) opBinaryRight(Vector!(T, 2) v)
  2. Vector!(T, 3) opBinaryRight(Vector!(T, 3) v)
  3. Vector!(T, N) opBinaryRight(Vector!(T, N) v)
    struct Matrix(T, size_t N)
    const
    static if(!(N == 2))
    static if(!(N == 3))
    Vector!(T, N)
    opBinaryRight
    (
    string op
    )
    (
    Vector!(T, N) v
    )
    if (
    op == "*"
    )
  4. Vector!(T, 3) opBinaryRight(Vector!(T, 3) v)

Meta