Classes | Typedefs

/home/jgoppert/Projects/ap/libraries/AP_Math/matrix3.h File Reference

#include "vector3.h"
Include dependency graph for matrix3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix3< T >

Typedefs

typedef Matrix3< int > Matrix3i
typedef Matrix3< unsigned int > Matrix3ui
typedef Matrix3< long > Matrix3l
typedef Matrix3< unsigned long > Matrix3ul
typedef Matrix3< float > Matrix3f

Typedef Documentation

typedef Matrix3<float> Matrix3f

Definition at line 133 of file matrix3.h.

typedef Matrix3<int> Matrix3i

Definition at line 129 of file matrix3.h.

typedef Matrix3<long> Matrix3l

Definition at line 131 of file matrix3.h.

typedef Matrix3<unsigned int> Matrix3ui

Definition at line 130 of file matrix3.h.

typedef Matrix3<unsigned long> Matrix3ul

Definition at line 132 of file matrix3.h.