opBinaryImpl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryImpl(Quat!T at, Vec!(U, 3) b)
  2. auto opBinaryImpl(Vec!(T, 3) a, Quat!U b)
    opBinaryImpl
    (
    string op : "*"
    T
    U
    )
    (
    const Vec!(T, 3) a
    ,
    const Quat!U b
    )
    if (
    isNumeric!T &&
    isNumeric!U
    )

Meta