]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_first_ray_of.html
RSL v1.44
[~andy/rsl] / doc / RSL_get_first_ray_of.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_get_first_ray_of_...</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <a href=RSL_ray_struct.html><b>Ray</b></a> <b>*RSL_get_first_ray_of_sweep(<a href=RSL_sweep_struct.html>Sweep</a> *s);</b><br>
16 <a href=RSL_ray_struct.html><b>Ray</b></a> <b>*RSL_get_first_ray_of_volume(<a href=RSL_volume_struct.html>Volume</a> *v);</b> 
17
18 <h3>
19 <hr>Description</h3>
20 <b>RSL_get_first_ray_of_sweep</b> returns a pointer to the first ray pointer in the <b>Sweep</b> structure <b>*s</b>, if one exist. Otherwise NULL is returned. Similiarly, for <b>RSL_get_first_ray_of_volume</b>; it finds the first sweep and returns the first ray of that sweep.
21 <hr>
22
23 <h3>Return value</h3>
24 Upon successful completion, a pointer to the Ray structure is returned. Otherwise, a NULL pointer is returned. 
25 <hr>
26
27 <h3>See also</h3>
28 <a href=RSL_get_first_sweep_of_volume.html>RSL_get_first_sweep_of_volume</a> 
29 <hr>
30
31 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
32 </body>