]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_next_cwise_ray.html
Initial import
[~andy/rsl] / doc / RSL_get_next_cwise_ray.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_next_cwise_ray</h1>
10
11
12 <h1>RSL_get_next_ccwise_ray</h1>
13
14 <hr>
15
16 <h3>Synopsis</h3>
17 <b>#include &quot;rsl.h&quot;</b> <br>
18 <b><b><a href=RSL_ray_struct.html>Ray</a> *RSL_get_next_cwise_ray</b><b>(<a href=RSL_sweep_struct.html>Sweep</a> *s, <a href=RSL_ray_struct.html>Ray</a> *r);</b></b><br>
19 <b><a href=RSL_ray_struct.html>Ray</a> *RSL_get_next_ccwise_ray</b><b>(<a href=RSL_sweep_struct.html>Sweep</a> *s, <a href=RSL_ray_struct.html>Ray</a> *r);</b>
20
21 <h3>
22 <hr>Description</h3>
23 <b>cwise</b>, means clockwise and it is defined to mean &quot;in the direction of increasing azimuth angle (don't ask).&quot; <b>ccwise</b> means counter-clockwise and it is defined to mean &quot;in the direction of decreasing azimuth angle.&quot; Dennis Flanigan defined <b>cwise</b> and <b>ccwise</b>.
24 <hr>
25
26 <h3>Return value</h3>
27 Upon successful completion, a pointer to the Ray structure is returned. Otherwise, a NULL pointer is returned. 
28 <hr>
29
30 <h3>See also</h3>
31 <a href=RSL_get_ray_from_sweep.html>RSL_get_ray_from_sweep</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>. 
32 <hr>
33
34 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
35 </body>