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

Comparing ray/src/common/view.h (file contents):
Revision 2.21 by greg, Fri Dec 3 18:10:48 2021 UTC vs.
Revision 2.22 by greg, Wed Jan 12 21:07:39 2022 UTC

# Line 59 | Line 59 | extern VIEW  stdview;
59   #define VL_BEYOND       0x8             /* point is beyond aft clipping plane */
60  
61   extern char     *setview(VIEW *v);
62 + extern char     *cropview(VIEW *v, double x0, double y0, double x1, double y1);
63   extern void     normaspect(double va, double *ap, int *xp, int *yp);
64   extern double   viewray(FVECT orig, FVECT direc, VIEW *v, double x, double y);
65   extern int      jitteraperture(FVECT orig, FVECT direc, VIEW *v, double dia);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines