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

Comparing ray/src/gen/genmarble.c (file contents):
Revision 2.5 by greg, Sat Feb 22 02:07:23 2003 UTC vs.
Revision 2.6 by schorsch, Sun Jun 8 12:03:09 2003 UTC

# Line 19 | Line 19 | static const char      RCSid[] = "$Id$";
19  
20   typedef double  FVECT[3];
21  
22 < double  bubble();       /* pretty cute, huh? */
22 > static double  bubble();        /* pretty cute, huh? */
23 > static void sphere_cart();
24  
25  
26   main(argc, argv)
# Line 67 | Line 68 | char  **argv;
68   }
69  
70  
71 < double
71 > static double
72   bubble(v, cent, rad, bubrad)    /* compute location of random bubble */
73   FVECT  v, cent;
74   double  rad, bubrad;
# Line 84 | Line 85 | double  rad, bubrad;
85   }
86  
87  
88 + static void
89   sphere_cart(v, ro, theta, phi)  /* spherical to cartesian coord. conversion */
90   FVECT  v;
91   double  ro, theta, phi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines