]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_ray_from_sweep.html
RSL v1.44
[~andy/rsl] / doc / RSL_get_ray_from_sweep.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_ray_from_sweep</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b><a href=RSL_ray_struct.html>Ray</a> *RSL_get_ray_from_sweep(<a href=RSL_sweep_struct.html>Sweep</a> *s, float azim);</b> 
16
17 <h3>
18 <hr>Description</h3>
19 Return a pointer to a Ray that is in the Sweep *s, for the azimuth angle azim. The search is to find a ray that is within one beam width of the desired angle. The search is +/- 1/2 horizontal beam width.
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, a pointer to the Ray structure is returned. Otherwise, a NULL pointer is returned. 
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_get_ray.html>RSL_get_ray</a>, <a href=RSL_get_ray_above-below.html>RSL_get_ray_above</a>, <a href=RSL_get_ray_above-below.html>RSL_get_ray_below</a>, <a href=RSL_get_first_ray_of.html>RSL_get_first_ray_of_sweep</a>, <a href=RSL_get_first_ray_of.html>RSL_get_first_ray_of_volume</a>.
28 <hr>
29
30 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
31 </body>