APM:Libraries
Classes | Typedefs
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< int16_t > Matrix3i
 
typedef Matrix3< uint16_t > Matrix3ui
 
typedef Matrix3< int32_t > Matrix3l
 
typedef Matrix3< uint32_t > Matrix3ul
 
typedef Matrix3< float > Matrix3f
 
typedef Matrix3< double > Matrix3d
 

Typedef Documentation

◆ Matrix3d

typedef Matrix3<double> Matrix3d

Definition at line 271 of file matrix3.h.

◆ Matrix3f

typedef Matrix3<float> Matrix3f

Definition at line 270 of file matrix3.h.

◆ Matrix3i

typedef Matrix3<int16_t> Matrix3i

Definition at line 266 of file matrix3.h.

◆ Matrix3l

typedef Matrix3<int32_t> Matrix3l

Definition at line 268 of file matrix3.h.

◆ Matrix3ui

typedef Matrix3<uint16_t> Matrix3ui

Definition at line 267 of file matrix3.h.

◆ Matrix3ul

typedef Matrix3<uint32_t> Matrix3ul

Definition at line 269 of file matrix3.h.