Quaternion.this

Undocumented in source.
  1. this(T x, T y, T z, T w)
  2. this(T[4] arr)
  3. this(Vector!(T, 4) v)
    struct Quaternion(T)
    this
    (
    Vector!(T, 4) v
    )
  4. this(Vector!(T, 3) v, T neww)

Meta