Template Function TRAP::Math::Determinant(const Mat<3, 3, T>&)# Function Documentation# template<typename T>constexpr T TRAP::Math::Determinant(const Mat<3, 3, T> &m)# Calculate the determinant of a matrix. Parameters: m – Specifies the matrix of which to take the determinant. Returns: Determinant of a squared matrix.