Linear.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector3 opBinaryRight(Vector3 v)
    mixintemplate Linear()
    inout
    static if(is(T == Rotor3))
    Vector3
    opBinaryRight
    (
    string op
    )
    (
    inout Vector3 v
    )
    if (
    op == "*"
    )
  2. T opBinaryRight(float lhs)

Meta