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.22 by greg, Mon Dec 13 21:05:00 2021 UTC vs.
Revision 2.23 by greg, Wed Dec 15 01:38:50 2021 UTC

# Line 71 | Line 71 | extern void    spinvector(FVECT vres, const FVECT vorig,
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);
74 > extern void     square2disk(RREAL ds[2], double seedx, double seedy);
75 > extern void     disk2square(RREAL sq[2], double diskx, double disky);
76   #ifdef __cplusplus
77   }
78   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines