#include <cr_matrix.h>
List of all members.
Public Types |
typedef BaseMatrix< Matrix< T, 4, 4 > > | Base |
Public Member Functions |
| Matrix4D_T () |
| Matrix4D_T (const Base &_m) |
| Matrix4D_T (T _00, T _01, T _02, T _03, T _10, T _11, T _12, T _13, T _20, T _21, T _22, T _23, T _30, T _31, T _32, T _33) |
template<typename T>
class darc::core::Matrix4D_T< T >
Member Typedef Documentation
Constructor & Destructor Documentation
template<typename T>
darc::core::Matrix4D_T< T >::Matrix4D_T |
( |
T |
_00, |
|
|
T |
_01, |
|
|
T |
_02, |
|
|
T |
_03, |
|
|
T |
_10, |
|
|
T |
_11, |
|
|
T |
_12, |
|
|
T |
_13, |
|
|
T |
_20, |
|
|
T |
_21, |
|
|
T |
_22, |
|
|
T |
_23, |
|
|
T |
_30, |
|
|
T |
_31, |
|
|
T |
_32, |
|
|
T |
_33 |
|
) |
| [inline] |
The documentation for this class was generated from the following file: