#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arMatrixTrans (ARMat *dest, ARMat *source) |
transposes a matrix. |
transposes a matrix.
Transposes a matrix. The destination matrix must be allocated (the source matrix is unmodified).
dest | the destination matrix of the copy | |
source | the source matrix |