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.7 by greg, Sat Jun 29 15:46:02 2013 UTC vs.
Revision 3.12 by schorsch, Thu Mar 10 18:56:34 2016 UTC

# Line 14 | Line 14
14   #ifdef __cplusplus
15   extern "C" {
16   #endif
17
17                                  /* regular transformation */
18   typedef struct {
19          MAT4  xfm;                              /* transform matrix */
# Line 46 | Line 45 | extern double  atan2a(double y, double x);
45   #define  tsin(x)                tcos((x)-(PI/2.))
46   #define  ttan(x)                (tsin(x)/tcos(x))
47   #endif
48 +
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