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

Comparing ray/src/gen/replmarks.c (file contents):
Revision 2.15 by greg, Fri Jan 25 02:11:13 2008 UTC vs.
Revision 2.16 by greg, Thu Mar 6 00:47:37 2014 UTC

# Line 406 | Line 406 | addrot(                /* compute rotation (x,y,z) => (xp,yp,zp) */
406                  while (*xf) ++xf;
407                  n += 2;
408          }
409 <        theta = asin(-xp[2]);
409 >        theta = Asin(-xp[2]);
410          if (!FEQ(theta,0.0)) {
411                  sprintf(xf, " -ry %f", theta*(180./PI));
412                  while (*xf) ++xf;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines