Darc Library  2012.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
darc::core::Matrix2D_T< T > Class Template Reference

#include <cr_matrix.h>

Inheritance diagram for darc::core::Matrix2D_T< T >:
darc::core::Matrix< T, 2, 2 > darc::core::BaseMatrix< Matrix< T, M, N > >

List of all members.

Public Types

typedef BaseMatrix< Matrix< T, 2, 2 > > Base

Public Member Functions

 Matrix2D_T ()
 Matrix2D_T (const Base &_m)
 Matrix2D_T (T _00, T _01, T _10, T _11)

template<typename T>
class darc::core::Matrix2D_T< T >


Member Typedef Documentation

template<typename T >
typedef BaseMatrix<Matrix<T,2,2> > darc::core::Matrix2D_T< T >::Base

Reimplemented from darc::core::Matrix< T, 2, 2 >.


Constructor & Destructor Documentation

template<typename T >
darc::core::Matrix2D_T< T >::Matrix2D_T ( ) [inline]
template<typename T >
darc::core::Matrix2D_T< T >::Matrix2D_T ( const Base _m) [inline]
template<typename T >
darc::core::Matrix2D_T< T >::Matrix2D_T ( _00,
_01,
_10,
_11 
) [inline]

The documentation for this class was generated from the following file: