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

Comparing ray/src/cv/bsdfrep.h (file contents):
Revision 2.5 by greg, Wed Nov 7 03:04:23 2012 UTC vs.
Revision 2.6 by greg, Thu Nov 8 00:31:17 2012 UTC

# Line 114 | Line 114 | extern void            rev_symmetry(FVECT vec, int sym);
114   /* Reverse symmetry for an RBF distribution */
115   extern void             rev_rbf_symmetry(RBFNODE *rbf, int sym);
116  
117 + /* Rotate RBF to correspond to given incident vector */
118 + extern void             rotate_rbf(RBFNODE *rbf, const FVECT invec);
119 +
120   /* Compute volume associated with Gaussian lobe */
121   extern double           rbf_volume(const RBFVAL *rbfp);
122  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines