Matrix.opCast

Converts a 4x4 rotation matrix to quaternion.

  1. U opCast()
  2. U opCast()
  3. U opCast()
    struct Matrix(T, int R, int C)
    @nogc pure const nothrow
    U
    opCast
    (
    U
    )
    ()
    if (
    (_R == 4)
    &&
    (_C == 4)
    )

Meta