Quaternion.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Quaternion opBinary(Quaternion other)
    struct Quaternion
    opBinary
    (
    string op
    )
    if (
    op == "*"
    )
  2. Vector!3 opBinary(Vector!3 v)

Meta