Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
mat.h File Reference
#include <math.h>
#include "vec3.h"
Include dependency graph for mat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mat
 

Macros

#define MAX_MATRIX_ROWS   (6)
 
#define MAX_MATRIX_COLS   (6)
 

Functions

Mat solve (Mat A, Mat B)
 

Macro Definition Documentation

◆ MAX_MATRIX_COLS

#define MAX_MATRIX_COLS   (6)

◆ MAX_MATRIX_ROWS

#define MAX_MATRIX_ROWS   (6)

Function Documentation

◆ solve()

Mat solve ( Mat  A,
Mat  B 
)