ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Macros | Functions
mDet.c File Reference
#include <stdio.h>
#include <math.h>
#include <ARX/AR/ar.h>
Include dependency graph for mDet.c:

Macros

#define MATRIX(name, x, y, width)   ( *(name + (width) * (x) + (y)) )
 

Functions

ARdouble arMatrixDet (ARMat *m)
 

Macro Definition Documentation

◆ MATRIX

#define MATRIX (   name,
  x,
  y,
  width 
)    ( *(name + (width) * (x) + (y)) )

Function Documentation

◆ arMatrixDet()

ARdouble arMatrixDet ( ARMat m)