]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_slantr_and_h.html
Initial import
[~andy/rsl] / doc / RSL_get_slantr_and_h.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_slantr_and_h </h1>
10 <hr>
11
12 <h3>Synopsis</h3>
13 <b>#include &quot;rsl.h&quot;</b> <br>
14 <b>void RSL_get_slantr_and_h(float gr, float elev, float *slant_r, float *h);</b> 
15
16 <h3>
17 <hr>Description</h3>
18 Given ground range, <b>gr</b>, and elevation angle, <b>elev</b>, compute the slant range, <b>slant_r</b> and height, <b>h</b>. Range and height units are in km. Angles are in degrees.
19 <hr>
20
21 <h3>Return value</h3>
22 None. 
23 <hr>
24
25 <h3>See also</h3>
26 <a href="RSL_get_slantr_and_elev.html">RSL_get_slantr_and_elev</a>, <a href="RSL_get_groundr_and_h.html">RSL_get_groundr_and_h</a> 
27 <hr>
28
29 <p>Author: <a href="john.merritt.html">John H. Merritt</a> 
30 </body>