ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/bbox.c
(Generate patch)

Comparing ray/src/ot/bbox.c (file contents):
Revision 1.3 by greg, Tue Oct 24 13:59:20 1989 UTC vs.
Revision 1.4 by greg, Sat Dec 15 15:23:56 1990 UTC

# Line 70 | Line 70 | FVECT  bbmin, bbmax;
70                                  if (j & 1<<i)
71                                          v[i] += io->obj->scube.cusize;
72                          }
73 <                        multp3(v, v, io->f.xfm);
73 >                        multp3(v, v, io->x.f.xfm);
74                          point2bbox(v, bbmin, bbmax);
75                  }
76                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines