Collection of trait classes for matrices. More...
Classes | |
struct | playrho::detail::IsMatrix< typename > |
Trait class for checking if type is a matrix type. More... | |
struct | playrho::detail::IsMatrix< Vector< Vector< T, N >, M > > |
Trait class specialization for checking if type is a matrix type. More... | |
struct | playrho::detail::IsSquareMatrix< typename > |
Trait class for checking if type is a square matrix type. More... | |
struct | playrho::detail::IsSquareMatrix< Vector< Vector< T, M >, M > > |
Trait class specialization for checking if type is a square matrix type. More... | |
Collection of trait classes for matrices.