Quaternion.this

Construct / convert from 3x3 matrix

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

Meta