ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/view.C
(Generate patch)

Comparing libgender/view.C (file contents):
Revision 1.81 by root, Fri Nov 26 03:48:40 2004 UTC vs.
Revision 1.82 by root, Sat Nov 27 03:33:51 2004 UTC

194#endif 194#endif
195 195
196 { 196 {
197 GLdouble depth = h / ftan; 197 GLdouble depth = h / ftan;
198 198
199 frustum.c = cone (p, d, atan (sqrt (GLdouble (w * w + h * h)) * ftan / h)); 199 frustum.c = cone (p, d, atan (sqrt (GLdouble (w * w + h * h)) * ftan));
200 } 200 }
201} 201}
202 202
203void view::begin () 203void view::begin ()
204{ 204{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines