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 1.4 by greg, Mon Jan 8 14:45:51 1990 UTC vs.
Revision 1.5 by greg, Thu Jan 18 23:58:55 1990 UTC

# Line 35 | Line 35 | extern double  sqrt();
35  
36   #define  viewaspect(v)  sqrt((v)->vn2/(v)->hn2)
37  
38 #define  copyview(d,s)  bcopy((char *)(s),(char *)(d),sizeof(VIEW))
39
38   #define  STDVIEW        {VT_PER,0.,0.,0.,0.,1.,0.,0.,0.,1.,45.,45.,0.,0.}
39  
40   #define  VIEWSTR        "VIEW="

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines