Quaternion.this

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

Meta