matrix: instantiate free function transposition

This commit is contained in:
Danny Robson 2016-10-11 20:51:49 +11:00
parent 82d60dca3c
commit ced088f6b8

View File

@ -145,6 +145,11 @@ util::transposed (const matrix<S,T> &m)
}
//-----------------------------------------------------------------------------
template matrix3f util::transposed (const matrix3f&);
template matrix4f util::transposed (const matrix4f&);
///////////////////////////////////////////////////////////////////////////////
template <size_t S, typename T>
matrix<S,T>