Linear.opBinaryRight

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

Meta