ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtmath.h
(Generate patch)

Comparing ray/src/common/rtmath.h (file contents):
Revision 3.3 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 3.5 by greg, Thu Feb 7 20:19:52 2013 UTC

# Line 8 | Line 8
8  
9   #include  <math.h>
10  
11 < #include  "tifftypes.h"
11 > #include  "tiff.h"              /* needed for int32, etc. */
12   #include  "mat4.h"
13  
14   #ifdef __cplusplus
# Line 45 | Line 45 | typedef struct {
45   #endif
46                                          /* defined in tcos.c */
47   extern double   tcos(double x);
48 + extern double   aatan2(double y, double x);
49                                          /* defined in xf.c */
50   extern int      xf(XF *ret, int ac, char *av[]);
51   extern int      invxf(XF *ret, int ac, char *av[]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines