Quaternion.opBinaryRight

opBinary x [+, -, *, /, %] y

  1. quat opBinaryRight(Vector!(R, 4) b)
  2. quat opBinaryRight(R b)
    struct Quaternion
    const
    opBinaryRight
    (
    string op
    R
    )
    (
    in R b
    )
    if (
    isNumeric!R
    )

Meta