PlayRho  2.0.0
An interactive physics engine & library.
Matrix Traits

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...
 

Detailed Description

Collection of trait classes for matrices.

See also
Matrix