#include <stdio.h>#include <math.h>#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
| int | arMatrixDisp (ARMat *m) |
| display content of a matrix. | |
| int arMatrixDisp | ( | ARMat * | m | ) |
display content of a matrix.
Display in current console, the content of the matrix. The display is done line by line.
| m |
Definition at line 16 of file backup/lib/SRC/AR/mDisp.c.