opBinaryImpl

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

Meta