#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arVecDisp (ARVec *v) |
display a vector. |
display a vector.
Display element of a vector.
v | the vector to display |
Definition at line 17 of file backup/lib/SRC/AR/vDisp.c.