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

#include <cr_matrix.h>

Inheritance diagram for darc::core::Matrix3D_T< T >:
darc::core::Matrix< T, 3, 3 > darc::core::BaseMatrix< Matrix< T, M, N > >

List of all members.

Public Types

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

Public Member Functions

 Matrix3D_T ()
 Matrix3D_T (const Base &_m)
 Matrix3D_T (T _00, T _01, T _02, T _10, T _11, T _12, T _20, T _21, T _22)

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


Member Typedef Documentation

template<typename T >
typedef BaseMatrix<Matrix<T,3,3> > darc::core::Matrix3D_T< T >::Base

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


Constructor & Destructor Documentation

template<typename T >
darc::core::Matrix3D_T< T >::Matrix3D_T ( ) [inline]
template<typename T >
darc::core::Matrix3D_T< T >::Matrix3D_T ( const Base _m) [inline]
template<typename T >
darc::core::Matrix3D_T< T >::Matrix3D_T ( _00,
_01,
_02,
_10,
_11,
_12,
_20,
_21,
_22 
) [inline]

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