#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arMatrixFree (ARMat *m) |
deletes a matrix. |
int arMatrixFree | ( | ARMat * | m | ) |
deletes a matrix.
Delete a matrix structure (deallocate used memory).
m | matrix to delete |
Definition at line 21 of file lib/SRC/AR/mFree.c.