matrix: instantiate free function transposition
This commit is contained in:
parent
82d60dca3c
commit
ced088f6b8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user