#include <stdio.h>#include <math.h>#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
| int | arMatrixDup (ARMat *dest, ARMat *source) |
| copy a matrix | |
| int arMatrixDup | ( | ARMat * | dest, |
| ARMat * | source | ||
| ) |
copy a matrix
copy one matrix to another. The two ARMat must be allocated.
| dest | the destination matrix of the copy |
| source | the original matrix source |
Definition at line 16 of file lib/SRC/AR/mDup.c.