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

Comparing ray/src/common/interp2d.h (file contents):
Revision 2.9 by greg, Fri Feb 15 19:15:16 2013 UTC vs.
Revision 2.10 by greg, Sat Feb 13 16:49:18 2021 UTC

# Line 25 | Line 25 | typedef struct {
25          float           smin[2];        /* sample minima */
26          float           smax[2];        /* sample maxima */
27          float           grid2;          /* grid diameter squared */
28 +        void            *c_data;        /* client data pointer */
29          struct interp2_samp {
30                  unsigned short  dia[NI2DIR];
31                  unsigned short  infl[NI2DIM];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines