Matrix.this

Construct a matrix from a quaternion or dual quaternion

  1. this(Args args)
  2. this(T mat)
  3. this(type value)
  4. this(Q_OR_DQ q)
    struct Matrix(type, int numCols, int numRows)
    nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe @safe pure nothrow
    static if(cols >= 3 && rows >= 3)
    this
    (
    Q_OR_DQ
    )
    (
    Q_OR_DQ q
    )
    if (
    isQuaternion!Q_OR_DQ ||
    )
    if (
    (numCols > 1) &&
    (numRows > 1)
    )

Meta