mTrans.c File Reference

#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Include dependency graph for mTrans.c:

Go to the source code of this file.

Functions

int arMatrixTrans (ARMat *dest, ARMat *source)
 transposes a matrix.

Function Documentation

int arMatrixTrans ( ARMat dest,
ARMat source 
)

transposes a matrix.

Transposes a matrix. The destination matrix must be allocated (the source matrix is unmodified).

Parameters:
dest the destination matrix of the copy
source the source matrix
Returns:
0 if success, -1 if error (source and destination matrix have different size)

Definition at line 16 of file mTrans.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


artoolkit
Author(s): Gautier Dumonteil
autogenerated on Fri Jan 11 10:05:48 2013