]> Pileus Git - ~andy/rsl/blob - doc/RSL_sweep_struct.html
RSL v1.44
[~andy/rsl] / doc / RSL_sweep_struct.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <pre>typedef struct {
10   <a href=RSL_sweep_header_struct.html>Sweep_header</a> h;
11   <a href=RSL_ray_struct.html>Ray</a> **ray; /* ray[0..nrays-1]. */
12 } Sweep; </pre>
13 </body>