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

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.20 by greg, Sat Oct 13 20:15:43 2012 UTC vs.
Revision 2.21 by greg, Sat Jan 26 04:00:25 2013 UTC

# Line 190 | Line 190 | extern SDError         SDsampComponent(SDValue *sv, FVECT ioV
190   extern void             SDmultiSamp(double t[], int n, double randX);
191  
192   /* Map a [0,1]^2 square to a unit radius disk */
193 < void                    SDsquare2disk(double ds[2], double seedx, double seedy);
193 > extern void             SDsquare2disk(double ds[2], double seedx, double seedy);
194  
195   /* Map point on unit disk to a unit square in [0,1]^2 range */
196 < void                    SDdisk2square(double sq[2], double diskx, double disky);
196 > extern void             SDdisk2square(double sq[2], double diskx, double disky);
197  
198   /*****************************************************************
199   * The calls below are the ones most applications require.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines