Quaternion.this

Construct from 4d vector / array, w or index 3 respectively being the quternions w ccord

  1. this(T x, T y, T z, T w)
  2. this(Vector!(valueType, 3) vec, valueType w)
  3. this(valueType[4] array)
    struct Quaternion(type)
    nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe
    this
    ()
  4. this(Matrix!(valueType, 3, 3) mat)

Meta