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)
  4. T opBinary(float rhs)
    mixintemplate Linear()
    inout
    T
    opBinary
    (
    string op
    )
    (
    inout float rhs
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    )

Meta