ARX  1.0
The next-generation open source augmented reality toolkit.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
mSelfInv.c File Reference
#include <stdio.h>
#include <math.h>
#include <ARX/AR/ar.h>
Include dependency graph for mSelfInv.c:

Macros

#define ZERO   0.0
 
#define ONE   1.0
 
#define FABS   fabs
 
#define EPS   1.0e-10
 

Functions

int arMatrixSelfInv (ARMat *m)
 
int arMatrixSelfInvf (ARMatf *m)
 

Macro Definition Documentation

◆ EPS

#define EPS   1.0e-10

◆ FABS

#define FABS   fabs

◆ ONE

#define ONE   1.0

◆ ZERO

#define ZERO   0.0

Function Documentation

◆ arMatrixSelfInv()

int arMatrixSelfInv ( ARMat m)

◆ arMatrixSelfInvf()

int arMatrixSelfInvf ( ARMatf m)