mDisp.c File Reference
#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Function Documentation
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.
- Parameters:
-
- Returns:
- 0
Definition at line 16 of file mDisp.c.