Linear.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Rotor3 opBinary(Rotor3 q)
  2. Vector3 opBinary(Vector3 v)
  3. T opBinary(T rhs)
    mixintemplate Linear()
    inout
    static if(!(is(T == Rotor3)))
    T
    opBinary
    (
    string op
    )
    (
    inout T rhs
    )
    if (
    op == "+" ||
    op == "-"
    )
  4. T opBinary(float rhs)

Meta