Public Member Functions

mth::Matrix3x3< T > Class Template Reference

convenience wrapper over Matrix<T,3,3> More...

Inheritance diagram for mth::Matrix3x3< T >:
mth::Matrix< T, 3, 3 > can::Array< Vector< T, N >, M >

List of all members.

Public Member Functions

 Matrix3x3 ()
 default constructor
 Matrix3x3 (T const &a11, T const &a12, T const &a13, T const &a21, T const &a22, T const &a23, T const &a31, T const &a32, T const &a33)
 component-wise constructor
 Matrix3x3 (Matrix< T, 3, 3 > const &other)
 copy constructor
void toArray (T(*array)[3]) const
 write matrix to an array

Detailed Description

template<class T>
class mth::Matrix3x3< T >

convenience wrapper over Matrix<T,3,3>

like Vector3, this provides component-wise inititialization

Definition at line 194 of file mthMatrix.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines