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

Comparing ray/src/common/fvect.c (file contents):
Revision 2.13 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 2.14 by greg, Tue Apr 19 21:31:22 2011 UTC

# Line 165 | Line 165 | spinvector(                            /* rotate vector around normal */
165   FVECT vres,             /* returned vector */
166   const FVECT vorig,              /* original vector */
167   const FVECT vnorm,              /* normalized vector for rotation */
168 < double theta            /* left-hand radians */
168 > double theta            /* right-hand radians */
169   )
170   {
171          double  sint, cost, normprod;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines