Quaternion.opBinaryRight

T * Quaternion!(T)

  1. Quaternion!(T) opBinaryRight(T k)
    struct Quaternion(T)
    opBinaryRight
    (
    string op
    )
    (
    T k
    )
    if (
    op == "*"
    )
  2. Vector!(T, 3) opBinaryRight(Vector!(T, 3) v)

Meta