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.1 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 3.2 by schorsch, Sat Jul 12 09:56:24 2003 UTC

# Line 50 | Line 50 | extern int     xf(XF *ret, int ac, char *av[]);
50   extern int      invxf(XF *ret, int ac, char *av[]);
51   extern int      fullxf(FULLXF *fx, int ac, char *av[]);
52                                          /* defined in zeroes.c */
53 < extern int      quadtratic(double *r, double a, double b, double c);
53 > extern int      quadratic(double *r, double a, double b, double c);
54                                          /* defined in dircode.c */
55   extern int32    encodedir(FVECT dv);
56   extern void     decodedir(FVECT dv, int32 dc);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines