#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arMatrixUnit (ARMat *unit) |
Creates a unit matrix. |
int arMatrixUnit | ( | ARMat * | unit | ) |
Creates a unit matrix.
Transforms the source parameter matrix to a unit matrix (all values are modified). the unit matrix needs to be allocated.
unit | the matrix to transform |
Definition at line 16 of file lib/SRC/AR/mUnit.c.