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

Comparing ray/src/common/fvect.h (file contents):
Revision 2.21 by greg, Fri Jul 23 17:54:47 2021 UTC vs.
Revision 2.22 by greg, Mon Dec 13 21:05:00 2021 UTC

# Line 70 | Line 70 | extern void    spinvector(FVECT vres, const FVECT vorig,
70                          const FVECT vnorm, double theta);
71   extern double   geodesic(FVECT vres, const FVECT vorig,
72                          const FVECT vtarg, double t, int meas);
73 +                                /* defined in disk2square.c */
74 + extern void     SDsquare2disk(double ds[2], double seedx, double seedy);
75 + extern void     SDdisk2square(double sq[2], double diskx, double disky);
76   #ifdef __cplusplus
77   }
78   #endif
79   #endif /* _RAD_FVECT_H_ */
77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines