non-gon
    Preparing search index...

    Function calDetMatrix4x4

    • Calculates the determinant of a 4x4 matrix.

      Parameters

      • matrix: number[][]

        A 4x4 array of numbers.

      Returns number

      The determinant of the matrix.

      Error if the input is not a 4x4 matrix.