Pioneer
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
matrix3x3.h File Reference
#include "vector3.h"
#include <math.h>
#include <stdio.h>
#include <type_traits>
Include dependency graph for matrix3x3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  matrix3x3< T >
 

Macros

#define cell2d(x, y)   cell[((y * 3) + x)]
 
#define idx2d(x, y)   ((y * 3) + x)
 

Typedefs

typedef matrix3x3< float > matrix3x3f
 
typedef matrix3x3< double > matrix3x3d
 

Macro Definition Documentation

◆ cell2d

#define cell2d (   x,
 
)    cell[((y * 3) + x)]

◆ idx2d

#define idx2d (   x,
 
)    ((y * 3) + x)

Typedef Documentation

◆ matrix3x3d

typedef matrix3x3<double> matrix3x3d

◆ matrix3x3f

typedef matrix3x3<float> matrix3x3f