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.15 by greg, Mon Dec 13 21:05:00 2021 UTC vs.
Revision 3.16 by greg, Mon Jun 23 15:11:04 2025 UTC

# Line 46 | Line 46 | extern double  atan2a(double y, double x);
46   #define  ttan(x)                (tsin(x)/tcos(x))
47   #endif
48                                          /* defined in xf.c */
49 + extern int      isxfopt(char *);
50   extern int      xf(XF *ret, int ac, char *av[]);
51   extern int      invxf(XF *ret, int ac, char *av[]);
52   extern int      fullxf(FULLXF *fx, int ac, char *av[]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines