Template Function TRAP::Math::Transpose(const Mat<3, 3, T>&)#

Function Documentation#

template<typename T>
constexpr Mat<3, 3, T> TRAP::Math::Transpose(const Mat<3, 3, T> &m)#

Calculate the transpose of a matrix.

Parameters:

m – Specifies the matrix of which to take the transpose.

Returns:

Transposed matrix of m.