| # | Line 5 | Line 5 | |
|---|---|---|
| 5 | ||
| 6 | #ifndef _RAD_RTMATH_H_ | |
| 7 | #define _RAD_RTMATH_H_ | |
| 8 | – | #ifdef __cplusplus |
| 9 | – | extern "C" { |
| 10 | – | #endif |
| 8 | ||
| 9 | #include <math.h> | |
| 10 | ||
| 11 | #include "tifftypes.h" | |
| 15 | – | |
| 12 | #include "mat4.h" | |
| 13 | + | |
| 14 | + | #ifdef __cplusplus |
| 15 | + | extern "C" { |
| 16 | + | #endif |
| 17 | ||
| 18 | /* regular transformation */ | |
| 19 | typedef struct { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |