![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <stdlib.h>
#include <inttypes.h>
#include <math.h>
#include <ARX/ARVideoSource.h>
#include <ARX/Error.h>
#include <ARX/ARController.h>
#include <ARX/ARVideo/videoRGBA.h>
Macros | |
#define | MAX(x, y) (x > y ? x : y) |
#define | MIN(x, y) (x < y ? x : y) |
#define | CLAMP(x, r1, r2) (MIN(MAX(x,r1),r2)) |
#define MAX | ( | x, | |
y | |||
) | (x > y ? x : y) |
#define MIN | ( | x, | |
y | |||
) | (x < y ? x : y) |