]> Pileus Git - ~andy/rsl/blob - doc/RSL_fraction_of.html
Initial import
[~andy/rsl] / doc / RSL_fraction_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_fraction_of...</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>float RSL_fraction_of_ray(<a href=RSL_ray_struct.html>Ray</a> *r, float lo, float hi, float range);<br>
16 float RSL_fraction_of_sweep(<a href=RSL_sweep_struct.html>Sweep</a> *s, float lo, float hi, float range);<br>
17 float RSL_fraction_of_volume(<a href=RSL_volume_struct.html>Volume</a> *v, float lo, float hi, float range);</b>
18
19 <h3>
20 <hr>Description</h3>
21 Compute the fraction of the <b>Volume</b>, <b>Sweep</b>, or <b>Ray</b> that contain values between <b>lo</b> and <b>hi</b> out to the range <b>range</b>. This is just a percentage.
22 <hr>
23
24 <h3>Return value</h3>
25 Upon successful completion, a valid floating point number is returned. 
26 <hr>
27
28 <h3>See also</h3>
29
30 <hr>Author: <a href=john.merritt.html>John H. Merritt</a> 
31 </body>